paper-with-me

Papers

Decoupled Networks

2018-04-22 · CVPR 2018 6 · Weiyang Liu, Zhen Liu, Zhiding Yu, Bo Dai, Rongmei Lin, Yisen Wang, James M. Rehg, Le Song

Inner product-based convolution has been a central component of convolutional neural networks (CNNs) and the key to learning visual representations. Inspired by the observation that CNN-learned features are naturally decoupled with the norm of features corresponding to the intra-class variation and the angle corresponding to the semantic difference, we propose a generic decoupled learning framework which models the intra-class variation and semantic difference independently. Specifically, we first reparametrize the inner product to a decoupled form and then generalize it to the decoupled convolution operator which serves as the building block of our decoupled networks. We present several effective instances of the decoupled convolution operator. Each decoupled operator is well motivated and has an intuitive geometric interpretation. Based on these decoupled operators, we further propose to directly learn the operator from data. Extensive experiments show that such decoupled reparameterization renders significant performance gain with easier convergence and stronger robustness.

📄 PDF Abstract BibTeX arXiv:1804.08071

Code (1)

yujiacheng333/BaseDcLayer tf

Methods 이 논문이 사용한 방법론

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…

Similar Papers 제목 키워드 기반

Spectral Efficiency Analysis of Uplink-Downlink Decoupled Access in C-V2X Networks

2022-12-05 · Luofang Jiao, Kai Yu, Yunting Xu, Tianqi Zhang 외

The uplink (UL)/downlink (DL) decoupled access has been emerging as a novel access architecture to improve the performance gains in cellular networks. In this paper, we investigate the UL/DL decoupled access performance …

Spectral Efficiency Analysis of Uplink-Downlink Decoupled Access in C-V2X Networks

Finite-Time Decoupled Convergence in Nonlinear Two-Time-Scale Stochastic Approximation

2024-01-08 · Yuze Han, Xiang Li, Zhihua Zhang

In two-time-scale stochastic approximation (SA), two iterates are updated at varying speeds using different step sizes, with each update influencing the other. Previous studies on linear two-time-scale SA have shown that…

Decoupled SGDA for Games with Intermittent Strategy Communication

2025-01-24 · Ali Zindari, Parham Yazdkhasti, Anton Rodomanov, Tatjana Chavdarova 외

We focus on reducing communication overhead in multiplayer games, where frequently exchanging strategies between players is not feasible and players have noisy or outdated strategies of the other players. We introduce De…

On the Equivalence of Decoupled Graph Convolution Network and Label Propagation

2020-10-23 · Hande Dong, Jiawei Chen, Fuli Feng, Xiangnan He 외

The original design of Graph Convolution Network (GCN) couples feature transformation and neighborhood aggregation for node representation learning. Recently, some work shows that coupling is inferior to decoupling, whic…

Node ClassificationPseudo LabelRepresentation Learning

Learning to Merge Tokens via Decoupled Embedding for Efficient Vision Transformers

2024-12-13 · Dong Hoon Lee, Seunghoon Hong

Recent token reduction methods for Vision Transformers (ViTs) incorporate token merging, which measures the similarities between token embeddings and combines the most similar pairs. However, their merging policies are d…

Token Reduction