paper-with-me

Papers

Deep Factorized Metric Learning

2023-01-01 · CVPR 2023 1 · Chengkun Wang, Wenzhao Zheng, Junlong Li, Jie zhou, Jiwen Lu

Learning a generalizable and comprehensive similarity metric to depict the semantic discrepancies between images is the foundation of many computer vision tasks. While existing methods approach this goal by learning an ensemble of embeddings with diverse objectives, the backbone network still receives a mix of all the training signals. Differently, we propose a deep factorized metric learning method (DFML) to factorize the training signal and employ different samples to train various components of the backbone network. We factorize the network to different sub-blocks and devise a learnable router to adaptively allocate the training samples to each sub-block with the objective to capture the most information. The metric model trained by DFML captures different characteristics with different sub-blocks and constitutes a generalizable metric when using all the sub-blocks. The proposed DFML achieves state-of-the-art performance on all three benchmarks for deep metric learning including CUB-200-2011, Cars196, and Stanford Online Products. We also generalize DFML to the image classification task on ImageNet-1K and observe consistent improvement in accuracy/computation trade-off. Specifically, we improve the performance of ViT-B on ImageNet (+0.2% accuracy) with less computation load (-24% FLOPs).

📄 PDF Abstract BibTeX

Code (1)

wangck20/dfml 공식 구현 pytorch

Tasks

image-classificationImage ClassificationMetric Learning

Similar Papers 제목 키워드 기반

Asymmetric matrix sensing by gradient descent with small random initialization

2023-09-04 · Johan S. Wind

We study matrix sensing, which is the problem of reconstructing a low-rank matrix from a few linear measurements. It can be formulated as an overparameterized regression problem, which can be solved by factorized gradien…

FRNet: Factorized and Regular Blocks Network for Semantic Segmentation in Road Scene

2022-04-01 · IEEE Transactions on Intelligent Transportation Systems 2022 4 · Mengxu Lu; Zhenxue Chen; Q. M. Jonathan Wu; Nannan Wang; Xuewen Rong; Xinghe Yan

Nowadays, semantic segmentation methods for systems in road scene have a great demand. Most existing methods focus on high accuracy with low inference speed. And some approaches emphasize on speed, significantly sacrific…

DecoderSegmentationSemantic Segmentation

Nonconvex Matrix Factorization is Geodesically Convex: Global Landscape Analysis for Fixed-rank Matrix Optimization From a Riemannian Perspective

2022-09-29 · Yuetian Luo, Nicolas Garcia Trillos

We study a general matrix optimization problem with a fixed-rank positive semidefinite (PSD) constraint. We perform the Burer-Monteiro factorization and consider a particular Riemannian quotient geometry in a search spac…

Variational Bayesian Flow Network for Graph Generation

2026-01-30 · Yida Xiong, Jiameng Chen, Xiuwen Gong, Jia Wu 외 arxiv

Graph generation aims to sample discrete node and edge attributes while satisfying coupled structural constraints. Diffusion models for graphs often adopt largely factorized forward-noising, and many flow-matching method…

Graph Generation

Fast Factorized Learning: Powered by In-Memory Database Systems

2025-12-10 · Bernhard Stöckl, Maximilian E. Schüle arxiv

Learning models over factorized joins avoids redundant computations by identifying and pre-computing shared cofactors. Previous work has investigated the performance gain when computing cofactors on traditional disk-base…