-
Notifications
You must be signed in to change notification settings - Fork 266
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
@article{wang2021evolving, | ||
@inproceedings{wang2021evolving, | ||
title={Evolving attention with residual convolutions}, | ||
author={Wang, Yujing and Yang, Yaming and Bai, Jiangang and Zhang, Mingliang and Bai, Jing and Yu, Jing and Zhang, Ce and Huang, Gao and Tong, Yunhai}, | ||
journal={arXiv preprint arXiv:2102.12895}, | ||
year={2021} | ||
booktitle={International Conference on Machine Learning}, | ||
pages={10971--10980}, | ||
year={2021}, | ||
organization={PMLR} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# General Representation Learning | ||
|
||
- [2021 ArXiv] **An Attention Free Transformer**, [[paper]](https://arxiv.org/pdf/2105.14103.pdf), [[bibtex]](/Bibtex/An%20Attention%20Free%20Transformer.bib), sources: [[rish-16/aft-pytorch]](https://github.com/rish-16/aft-pytorch). | ||
- [2021 ICML] **Perceiver: General Perception with Iterative Attention**, [[paper]](https://proceedings.mlr.press/v139/jaegle21a/jaegle21a.pdf), [[bibtex]](/Bibtex/Perceiver%20-%20General%20Perception%20with%20Iterative%20Attention.bib), sources: [[lucidrains/perceiver-pytorch]](https://github.com/lucidrains/perceiver-pytorch). | ||
- [2021 ICML] **Evolving Attention with Residual Convolutions**, [[paper]](https://arxiv.org/pdf/2102.12895.pdf), [[bibtex]](/Bibtex/Evolving%20Attention%20with%20Residual%20Convolutions.bib). | ||
- [2022 ArXiv] **data2vec: A General Framework for Self-supervised Learning in Speech, Vision | ||
and Language**, [[paper]](https://arxiv.org/pdf/2202.03555.pdf), [[bibtex]](/Bibtex/data2vec.bib), sources: [[pytorch/fairseq/data2vec]](https://github.com/pytorch/fairseq/tree/main/examples/data2vec). |