paper-with-me

홈 › Papers

Straight to Shapes: Real-time Detection of Encoded Shapes

2016-11-23 · CVPR 2017 7 · Saumya Jetley, Michael Sapienza, Stuart Golodetz, Philip H. S. Torr

Current object detection approaches predict bounding boxes, but these provide little instance-specific information beyond location, scale and aspect ratio. In this work, we propose to directly regress to objects' shapes in addition to their bounding boxes and categories. It is crucial to find an appropriate shape representation that is compact and decodable, and in which objects can be compared for higher-order concepts such as view similarity, pose variation and occlusion. To achieve this, we use a denoising convolutional auto-encoder to establish an embedding space, and place the decoder after a fast end-to-end network trained to regress directly to the encoded shape vectors. This yields what to the best of our knowledge is the first real-time shape prediction network, running at ~35 FPS on a high-end desktop. With higher-order shape reasoning well-integrated into the network pipeline, the network shows the useful practical quality of generalising to unseen categories similar to the ones in the training set, something that most existing approaches fail to handle.

📄 PDF Abstract BibTeX arXiv:1611.07932

Code (1)

torrvision/straighttoshapes 공식 구현

Tasks

DecoderDenoisingobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Fourier Splatting: Generalized Fourier encoded primitives for scalable radiance fields

2026-03-20 · Mihnea-Bogdan Jurca, Bert Van hauwermeiren, Adrian Munteanu arxiv

Novel view synthesis has recently been revolutionized by 3D Gaussian Splatting (3DGS), which enables real-time rendering through explicit primitive rasterization. However, existing methods tie visual fidelity strictly to…

Novel View Synthesis

Straight to Shapes++: Real-time Instance Segmentation Made More Accurate

2019-05-27 · Laurynas Miksys, Saumya Jetley, Michael Sapienza, Stuart Golodetz 외

Instance segmentation is an important problem in computer vision, with applications in autonomous driving, drone navigation and robotic manipulation. However, most existing methods are not real-time, complicating their d…

Autonomous DrivingData AugmentationDrone navigationInstance Segmentation+4

Classification of complex local environments in systems of particle shapes through shape-symmetry encoded data augmentation

2023-12-19 · Shih-Kuang, Lee, Sun-Ting Tsai, Sharon Glotzer

Detecting and analyzing the local environment is crucial for investigating the dynamical processes of crystal nucleation and shape colloidal particle self-assembly. Recent developments in machine learning provide a promi…

Data Augmentation

MSR: Multi-Scale Shape Regression for Scene Text Detection

2019-01-09 · Chuhui Xue, Shijian Lu, Wei zhang

State-of-the-art scene text detection techniques predict quadrilateral boxes that are prone to localization errors while dealing with straight or curved text lines of different orientations and lengths in scenes. This pa…

regressionScene Text DetectionText Detection

Fast algorithm for Multiple-Circle detection on images using Learning Automata

2014-05-21 · Erik Cuevas, Fernando Wario, Valentin Osuna, Daniel Zaldivar 외

Hough transform (HT) has been the most common method for circle detection exhibiting robustness but adversely demanding a considerable computational load and large storage. Alternative approaches include heuristic method…