paper-with-me

Papers

CoCoNet: A Collaborative Convolutional Network

2019-01-28 · Tapabrata Chakraborti, Brendan McCane, Steven Mills, Umapada Pal

We present an end-to-end deep network for fine-grained visual categorization called Collaborative Convolutional Network (CoCoNet). The network uses a collaborative layer after the convolutional layers to represent an image as an optimal weighted collaboration of features learned from training samples as a whole rather than one at a time. This gives CoCoNet more power to encode the fine-grained nature of the data with limited samples. We perform a detailed study of the performance with 1-stage and 2-stage transfer learning. The ablation study shows that the proposed method outperforms its constituent parts consistently. CoCoNet also outperforms few state-of-the-art competing methods. Experiments have been performed on the fine-grained bird species classification problem as a representative example, but the method may be applied to other similar tasks. We also introduce a new public dataset for fine-grained species recognition, that of Indian endemic birds and have reported initial results on it.

📄 PDF Abstract BibTeX arXiv:1901.09886

Code (0)

등록된 구현이 없습니다.

Tasks

Fine-Grained Visual CategorizationFine-Grained Visual RecognitionTransfer Learning

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 제목 키워드 기반

Breaking the Computation and Communication Abstraction Barrier in Distributed Machine Learning Workloads

2021-05-12 · Abhinav Jangda, Jun Huang, Guodong Liu, Amir Hossein Nodehi Sabet 외

Recent trend towards increasing large machine learning models require both training and inference tasks to be distributed. Considering the huge cost of training these models, it is imperative to unlock optimizations in c…

BIG-bench Machine Learning

Learn to Copy from the Copying History: Correlational Copy Network for Abstractive Summarization

2021-11-01 · EMNLP 2021 11 · Haoran Li, Song Xu, Peng Yuan, Yujia Wang 외

The copying mechanism has had considerable success in abstractive summarization, facilitating models to directly copy words from the input text to the output summary. Existing works mostly employ encoder-decoder attentio…

Abstractive Text SummarizationDecoderNews Summarization

Modeling Multiple Views via Implicitly Preserving Global Consistency and Local Complementarity

2022-09-16 · Jiangmeng Li, Wenwen Qiang, Changwen Zheng, Bing Su 외

While self-supervised learning techniques are often used to mining implicit knowledge from unlabeled data via modeling multiple views, it is unclear how to perform effective representation learning in a complex and incon…

Representation LearningSelf-Supervised Learning

The Bach Doodle: Approachable music composition with machine learning at scale

2019-07-14 · Cheng-Zhi Anna Huang, Curtis Hawthorne, Adam Roberts, Monica Dinculescu 외

To make music composition more approachable, we designed the first AI-powered Google Doodle, the Bach Doodle, where users can create their own melody and have it harmonized by a machine learning model Coconet (Huang et a…

BIG-bench Machine LearningQuantization

CocoNet: A deep neural network for mapping pixel coordinates to color values

2018-05-29 · Paul Andrei Bricman, Radu Tudor Ionescu

In this paper, we propose a deep neural network approach for mapping the 2D pixel coordinates in an image to the corresponding Red-Green-Blue (RGB) color values. The neural network is termed CocoNet, i.e. coordinates-to-…

DenoisingImage CompressionImage Denoising