paper-with-me

Papers

VERAM: View-Enhanced Recurrent Attention Model for 3D Shape Classification

2018-08-20 · Songle Chen, Lintao Zheng, Yan Zhang, Zhixin Sun, Kai Xu

Multi-view deep neural network is perhaps the most successful approach in 3D shape classification. However, the fusion of multi-view features based on max or average pooling lacks a view selection mechanism, limiting its application in, e.g., multi-view active object recognition by a robot. This paper presents VERAM, a recurrent attention model capable of actively selecting a sequence of views for highly accurate 3D shape classification. VERAM addresses an important issue commonly found in existing attention-based models, i.e., the unbalanced training of the subnetworks corresponding to next view estimation and shape classification. The classification subnetwork is easily overfitted while the view estimation one is usually poorly trained, leading to a suboptimal classification performance. This is surmounted by three essential view-enhancement strategies: 1) enhancing the information flow of gradient backpropagation for the view estimation subnetwork, 2) devising a highly informative reward function for the reinforcement training of view estimation and 3) formulating a novel loss function that explicitly circumvents view duplication. Taking grayscale image as input and AlexNet as CNN architecture, VERAM with 9 views achieves instance-level and class-level accuracy of 95:5% and 95:3% on ModelNet10, 93:7% and 92:1% on ModelNet40, both are the state-of-the-art performance under the same number of views.

📄 PDF Abstract BibTeX arXiv:1808.06698

Code (0)

등록된 구현이 없습니다.

Tasks

3D Shape ClassificationClassificationGeneral ClassificationObject Recognition

Methods 이 논문이 사용한 방법론

1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Local Response Normalization Local Response Normalization is a normalization layer that implements the idea of lateral inhibition. Lateral inhibition is a concept in neurobiology that refers to the…
Grouped Convolution A Grouped Convolution uses a group of convolutions - multiple kernels per layer - resulting in multiple channel outputs per layer. This leads to wider networks helping a…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…

Similar Papers 제목 키워드 기반

MANet: Multimodal Attention Network based Point- View fusion for 3D Shape Recognition

2020-02-28 · Yaxin Zhao, Jichao Jiao, Tangkun Zhang

3D shape recognition has attracted more and more attention as a task of 3D vision research. The proliferation of 3D data encourages various deep learning methods based on 3D data. Now there have been many deep learning m…

3D Shape Recognition

PREMA: Part-based REcurrent Multi-view Aggregation Network for 3D Shape Retrieval

2021-11-09 · Jiongchao Jin, Huanqiang Xu, Pengliang Ji, Zehao Tang 외

We propose the Part-based Recurrent Multi-view Aggregation network(PREMA) to eliminate the detrimental effects of the practical view defects, such as insufficient view numbers, occlusions or background clutters, and also…

3D Shape RetrievalRetrieval

Pixel-Aligned Recurrent Queries for Multi-View 3D Object Detection

2023-10-02 · ICCV 2023 1 · Yiming Xie, Huaizu Jiang, Georgia Gkioxari, Julian Straub

We present PARQ - a multi-view 3D object detector with transformer and pixel-aligned recurrent queries. Unlike previous works that use learnable features or only encode 3D point positions as queries in the decoder, PARQ …

3D Object DetectionDecoderobject-detectionObject Detection

Fine-Grained 3D Shape Classification with Hierarchical Part-View Attentions

2020-05-26 · Xinhai Liu, Zhizhong Han, Yu-Shen Liu, Matthias Zwicker

Fine-grained 3D shape classification is important for shape understanding and analysis, which poses a challenging research problem. However, the studies on the fine-grained 3D shape classification have rarely been explor…

3D Shape ClassificationGeneral ClassificationRegion ProposalSemantic Part Detection

Recurrent 3D Attentional Networks for End-to-End Active Object Recognition

2016-10-14 · Min Liu, Yifei Shi, Lintao Zheng, Kai Xu 외

Active vision is inherently attention-driven: The agent actively selects views to attend in order to fast achieve the vision task while improving its internal representation of the scene being observed. Inspired by the r…

Object RecognitionReinforcement Learning