All Projects → shifvb → Finished_Senior_LSC_Python

shifvb / Finished_Senior_LSC_Python

Licence: other
Python implementation of LSC algorithm, (C) Zhengqin Li, Jiansheng Chen, 2014

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Finished Senior LSC Python

awesome-visual-localization-papers
The relocalization task aims to estimate the 6-DoF pose of a novel (unseen) frame in the coordinate system given by the prior model of the world.
Stars: ✭ 60 (+215.79%)
Mutual labels:  cvpr
face-recognition
얼굴 인식에 대한 기술 동향 및 관련 모델 자료
Stars: ✭ 38 (+100%)
Mutual labels:  cvpr
SKNet-PyTorch
Nearly Perfect & Easily Understandable PyTorch Implementation of SKNet
Stars: ✭ 62 (+226.32%)
Mutual labels:  cvpr
BCNet
Deep Occlusion-Aware Instance Segmentation with Overlapping BiLayers [CVPR 2021]
Stars: ✭ 434 (+2184.21%)
Mutual labels:  cvpr
LUVLi
[CVPR 2020] Re-hosting of the LUVLi Face Alignment codebase. Please download the codebase from the original MERL website by agreeing to all terms and conditions. By using this code, you agree to MERL's research-only licensing terms.
Stars: ✭ 24 (+26.32%)
Mutual labels:  cvpr
CVPR-2020-point-cloud-analysis
CVPR 2020 papers focusing on point cloud analysis
Stars: ✭ 48 (+152.63%)
Mutual labels:  cvpr
SGGpoint
[CVPR 2021] Exploiting Edge-Oriented Reasoning for 3D Point-based Scene Graph Analysis (official pytorch implementation)
Stars: ✭ 41 (+115.79%)
Mutual labels:  cvpr
Modaily-Aware-Audio-Visual-Video-Parsing
Code for CVPR 2021 paper Exploring Heterogeneous Clues for Weakly-Supervised Audio-Visual Video Parsing
Stars: ✭ 19 (+0%)
Mutual labels:  cvpr
Guided-I2I-Translation-Papers
Guided Image-to-Image Translation Papers
Stars: ✭ 117 (+515.79%)
Mutual labels:  cvpr
CVPR2021-Papers-with-Code-Demo
收集 CVPR 最新的成果,包括论文、代码和demo视频等,欢迎大家推荐!
Stars: ✭ 752 (+3857.89%)
Mutual labels:  cvpr
awesome-video-sum
A curated list of the Video Summarization subject which is a computer science using machine learning and deep learning
Stars: ✭ 29 (+52.63%)
Mutual labels:  cvpr
FastAP-metric-learning
Code for CVPR 2019 paper "Deep Metric Learning to Rank"
Stars: ✭ 93 (+389.47%)
Mutual labels:  cvpr
cvpr-buzz
🐝 Explore Trending Papers at CVPR
Stars: ✭ 37 (+94.74%)
Mutual labels:  cvpr
SCT
SCT: Set Constrained Temporal Transformer for Set Supervised Action Segmentation (CVPR2020) https://arxiv.org/abs/2003.14266
Stars: ✭ 35 (+84.21%)
Mutual labels:  cvpr
MetaBIN
[CVPR2021] Meta Batch-Instance Normalization for Generalizable Person Re-Identification
Stars: ✭ 58 (+205.26%)
Mutual labels:  cvpr
AIPaperCompleteDownload
Complete download for papers in various top conferences
Stars: ✭ 64 (+236.84%)
Mutual labels:  cvpr
single-positive-multi-label
Multi-Label Learning from Single Positive Labels - CVPR 2021
Stars: ✭ 63 (+231.58%)
Mutual labels:  cvpr
ACGPN
"Towards Photo-Realistic Virtual Try-On by Adaptively Generating↔Preserving Image Content",CVPR 2020. (Modified from original with fixes for inference)
Stars: ✭ 48 (+152.63%)
Mutual labels:  cvpr
LED2-Net
CVPR 2021 Oral paper "LED2-Net: Monocular 360˚ Layout Estimation via Differentiable Depth Rendering" official PyTorch implementation.
Stars: ✭ 79 (+315.79%)
Mutual labels:  cvpr
TailCalibX
Pytorch implementation of Feature Generation for Long-Tail Classification by Rahul Vigneswaran, Marc T Law, Vineeth N Balasubramaniam and Makarand Tapaswi
Stars: ✭ 32 (+68.42%)
Mutual labels:  cvpr

Linear-Spectral-Clustering-Superpixel-Segmentation-Algorithm_Python

A Python implementation of LSC algorithm by shifvb

Developed on Python3.6(Windows x86_64), should be run well on Python3.3+

If you want to see the demo, just run LSC_demo.py

(C) Zhengqin Li, Jiansheng Chen, 2014

HomePage

You are free to use, change or redistribute this code for any non-commrecial purposes. If you use this software,please cite thefollowing in any resulting publication and email us:

[1] Zhengqin Li, Jiansheng Chen, Superpixel Segmentation using Linear Spectral Clustering, IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Jun. 2015

(C) Zhengqin Li, Jiansheng Chen, 2014

[email protected]

[email protected]

Tsinghua University

Abstract

We present in this paper a superpixel segmentation algorithm called Linear Spectral Clustering (LSC), which produces compact and uniform superpixels with low computational costs. Basically, a normalized cuts formulation of the superpixel segmentation is adopted based on a similarity metric that measures the color similarity and space proximity between image pixels. However, instead of using the traditional eigen-based algorithm, we approximate the similarity metric using a kernel function leading to an explicitly mapping of pixel values and coordinates into a high dimensional feature space. We prove that by appropriately weighting each point in this feature space, the objective functions of weighted K-means and normalized cuts share the same optimum point. As such, it is possible to optimize the cost function of normalized cuts by iteratively applying simple K-means clustering in the proposed feature space. LSC is of linear computational complexity and high memory efficiency and is able to preserve global properties of images. Experimental results show that LSC performs equally well or better than state of the art superpixel segmentation algorithms in terms of several commonly used evaluation metrics in image segmentation.

Grant:

National Natural Science Foundation of China Project (#61101152)

Tsinghua University Initiative Scientific Research Program Project (#20131089382)

Beijing Higher Education Young Elite Teacher Project (#YETP0104)

Publication:

Zhengqin Li, Jiansheng Chen, Superpixel Segmentation using Linear Spectral Clustering, IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Jun. 2015

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].