paper-with-me

홈 › Papers

Low Rank Optimization for Efficient Deep Learning: Making A Balance between Compact Architecture and Fast Training

2023-03-22 · Xinwei Ou, Zhangxin Chen, Ce Zhu, Yipeng Liu

Deep neural networks have achieved great success in many data processing applications. However, the high computational complexity and storage cost makes deep learning hard to be used on resource-constrained devices, and it is not environmental-friendly with much power cost. In this paper, we focus on low-rank optimization for efficient deep learning techniques. In the space domain, deep neural networks are compressed by low rank approximation of the network parameters, which directly reduces the storage requirement with a smaller number of network parameters. In the time domain, the network parameters can be trained in a few subspaces, which enables efficient training for fast convergence. The model compression in the spatial domain is summarized into three categories as pre-train, pre-set, and compression-aware methods, respectively. With a series of integrable techniques discussed, such as sparse pruning, quantization, and entropy coding, we can ensemble them in an integration framework with lower computational complexity and storage. Besides of summary of recent technical advances, we have two findings for motivating future works: one is that the effective rank outperforms other sparse measures for network compression. The other is a spatial and temporal balance for tensorized neural networks.

📄 PDF Abstract BibTeX arXiv:2303.13635

Code (0)

등록된 구현이 없습니다.

Tasks

Model CompressionQuantization

Similar Papers 제목 키워드 기반

Compacter: Efficient Low-Rank Hypercomplex Adapter Layers

2021-06-08 · NeurIPS 2021 12 · Rabeeh Karimi Mahabadi, James Henderson, Sebastian Ruder

Adapting large-scale pretrained language models to downstream tasks via fine-tuning is the standard method for achieving state-of-the-art performance on NLP benchmarks. However, fine-tuning all weights of models with mil…

parameter-efficient fine-tuning

ResRank: Unifying Retrieval and Listwise Reranking via End-to-End Joint Training with Residual Passage Compression

2026-04-24 · Xiaojie Ke, Shuai Zhang, Liansheng Sun, Yongjin Wang 외 arxiv

Large language model (LLM) based listwise reranking has emerged as the dominant paradigm for achieving state-of-the-art ranking effectiveness in information retrieval. However, its reliance on feeding full passage texts …

Information Retrieval

A ranking approach to global optimization

2016-03-14 · Cédric Malherbe, Nicolas Vayatis

We consider the problem of maximizing an unknown function over a compact and convex set using as few observations as possible. We observe that the optimization of the function essentially relies on learning the induced b…

global-optimization

Efficient Learning With Sine-Activated Low-rank Matrices

2024-03-28 · Yiping Ji, Hemanth Saratchandran, Cameron Gordon, Zeyu Zhang 외

Low-rank decomposition has emerged as a vital tool for enhancing parameter efficiency in neural network architectures, gaining traction across diverse applications in machine learning. These techniques significantly lowe…

3D Shape ModelingNeRF

Compact Lifted Relaxations for Low-Rank Optimization

2026-03-05 · Ryan Cory-Wright, Jean Pauphilet arxiv

We develop tractable convex relaxations for rank-constrained quadratic optimization problems over $n \times m$ matrices, a setting for which tractable relaxations are typically only available when the objective or constr…