This repository is the official source of code for our paper titled "Learning Triangular Distribution in Visual World". Arxiv.
We propose a so-called Triangular Distribution Transform(TDT) to build an injective function between feature and label, guaranteeing that any symmetric feature discrepancy linearly reflects the difference between labels. The proposed TDT can be used as a plug-in in mainstream backbone networks to address different label distribution learning tasks.
Please refer to the tdt.py file.
come soon
If you find this work helpful in your research, please consider citing our paper:
@inproceedings{chen2024_TDT,
title = {Learning Triangular Distribution in Visual World},
author = {Ping Chen, Xingpeng Zhang, Chengtao Zhou, Dichao Fan, Peng Tu, Le Zhang and Yanlin Qian},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
year = {2024}
}