paper-with-me

홈 › Papers

TAOTF: A Two-stage Approximately Orthogonal Training Framework in Deep Neural Networks

2022-11-25 · Taoyong Cui, Jianze Li, Yuhan Dong, Li Liu

The orthogonality constraints, including the hard and soft ones, have been used to normalize the weight matrices of Deep Neural Network (DNN) models, especially the Convolutional Neural Network (CNN) and Vision Transformer (ViT), to reduce model parameter redundancy and improve training stability. However, the robustness to noisy data of these models with constraints is not always satisfactory. In this work, we propose a novel two-stage approximately orthogonal training framework (TAOTF) to find a trade-off between the orthogonal solution space and the main task solution space to solve this problem in noisy data scenarios. In the first stage, we propose a novel algorithm called polar decomposition-based orthogonal initialization (PDOI) to find a good initialization for the orthogonal optimization. In the second stage, unlike other existing methods, we apply soft orthogonal constraints for all layers of DNN model. We evaluate the proposed model-agnostic framework both on the natural image and medical image datasets, which show that our method achieves stable and superior performances to existing methods.

📄 PDF Abstract BibTeX arXiv:2211.13902

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Adam 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
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…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Pro-KLShampoo: Projected KL-Shampoo with Whitening Recovered by Orthogonalization

2026-05-07 · Ruotong Sun, Ermin Wei arxiv

Optimizers that exploit the matrix structure of gradients are central to modern LLM pre-training, with two distinct frontiers: explicit Kronecker-factored preconditioning -- most recently KL-Shampoo, which estimates the …

Quantized Approximately Orthogonal Recurrent Neural Networks

2024-02-05 · Armand Foucault, Franck Mamalet, François Malgouyres

In recent years, Orthogonal Recurrent Neural Networks (ORNNs) have gained popularity due to their ability to manage tasks involving long-term dependencies, such as the copy-task, and their linear complexity. However, exi…

QuantizationTime Series

SFT Conflicts, RL Coexists: A Theoretical and Empirical Analysis of Multi-Task Learning for LLMs

2026-08-04 · Kejian Zhu, Zhuoran Jin, Shangqing Tu, Hongbang Yuan 외 arxiv

Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL) exhibit fundamentally different behaviors in enhancing multi-task reasoning for large language models (LLMs). Our preliminary experiments revealed a phenomenon…

Reinforcement LearningMulti-Task Learning

PERSONA: Dynamic and Compositional Inference-Time Personality Control via Activation Vector Algebra

2026-02-17 · Xiachong Feng, Liang Zhao, Weihong Zhong, Yichong Huang 외 arxiv

Current methods for personality control in Large Language Models rely on static prompting or expensive fine-tuning, failing to capture the dynamic and compositional nature of human traits. We introduce PERSONA, a trainin…

OrthoPhys: Physically Plausible Video Generation with Orthogonal-View Geometry Guidance

2026-03-19 · Cong Wang, Hanxin Zhu, Xiao Tang, Jiayi Luo 외 arxiv

Recent progress in video generation has led to substantial improvements in visual fidelity, yet ensuring physically consistent motion remains a fundamental challenge. Intuitively, this limitation can be attributed to the…

Video Generation