Posts
All the articles I've posted.
Neuromorphic computing at scale
Updated: at 14:57Published: at 22:11发在Nature上的一篇review,讨论了SNN/神经模态计算社区现在面临的一些问题、挑战,和一些可能的发展方向。
Titans: Learning to Memorize at Test Time
Updated: at 14:57Published: at 18:36从TTT改进而来的新架构,尝试通过TTT的方式改进模型的记忆能力。
Segment Anything
Updated: at 14:57Published: at 13:48Meta的SAM。
SDiT: Spiking Diffusion Model with Transformer
Updated: at 14:57Published: at 14:10脉冲Diffusion Transformer,里面的Transformer的结构是RWKV的。
2024
Updated: at 14:57Published: at 12:452024.
ConvUNeXt:An efficient convolution neural network for medical image segmentation
Updated: at 14:57Published: at 15:59ConvNext + UNet,发在一个C刊上,借鉴学习一下,想想我的模块怎么设计。
Rethinking the Membrane Dynamics and Optimization Objectives of Spiking Neural Networks
Updated: at 14:57Published: at 15:23NIPS2024。主要研究的是静态任务中,推理前膜电位初始值设置对精度的影响。
ConvNext V2: Co-designing and Scaling ConvNets with Masked Autoencoders
Updated: at 14:57Published: at 06:05ConvNext续作,引入了MAE。
A ConvNet for the 2020s
Updated: at 14:57Published: at 15:22CVPR2022。Meta的工作,在ViT相关工作占视觉大头的情况下重构纯卷积的网络,并且取得了很好的效果。
Were RNNs All We Needed?
Updated: at 15:06Published: at 16:07改进RNN,便于scale up