Title
- Efficient Graph-Based Image Segmentation
Link
- International Journal of Computer Vision 59(2), 167-181,2004
Abstract
this research belong to image segmentation; its principle is a graph-based representation of the image.
Contents
- Graph
- G = (V,E). V and E represent vertices and edges respectively
- internal difference.laegest weight in the minimum spanning tree of the component MST(C,E): Int(C) = max w(e)
Reference Bolg
Title
- Rich feature hierarchies for Accurate Object Detection and Segmentation
Link
- arXiv:1311.2524v5
Abstract
- this paper aim to object detection. it has two key insights: 1) they apply convolutional neural networks to bottom-up region proposals in order to localize and segment objects. 2) fine-tuning will make a significant performance boost. They call their methods R-CNN
Contents
their system has three modules: the first generate category-independent region proposals. the second is a CNN that extracts a fixed-length feature vector from each region. the third is a set of class-specific linear SVMs.