REVIEW 4 major objections 6 minor 57 references
Scalable Event Cloud Network for Event-based Classification
T0 review · 4 major / 6 minor · reviewed 2026-08-10 · deepseek-v4-flash
Pith's one-line read FECNet claims state-of-the-art action recognition from raw event clouds at 0.1 G MACs.
desk verdict A real efficiency-first architecture, but the SOTA claim is hinged on one unseeded UCF101-DVS split and should not be trusted until the authors provide the split and a leakage check. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central object is the Event Cloud: an ordered, downsampled sequence of raw events with four coordinates (x, y, t, polarity), treated as a one-dimensional temporal signal rather than as a permutation-invariant point set. The key mechanism is the Fourier transform: the Spatial-FA module replaces a convolution over the feature dimension with a Hadamard product in the frequency domain, reducing per-point complexity from O($d^{2}$) to O(d log d), and the Temporal-FA module applies a learnable global filter to the spectrum along the event-time axis to model long-range temporal relationships. Around this mechanism sit the Differentiation Farthest Point Sampling, Event Feature-based K-Nearest Neighbour, and Coordinates Evolution Strategy, which construct local groups that respect the different meanings of the four event coordinates. Together they keep the input close to the raw sensor output while keeping the model cheap enough to handle tens of thousands of events.
What would settle it
Run FECNet on the event-number sweep of Table 8 with the Temporal-FA module replaced by a one-dimensional temporal convolution or a GRU of equal parameter count: if accuracy on N-Caltech101 or UCF101-DVS stays within noise, or if the learned global filters are near-uniform and removing them leaves results unchanged, the paper's attribution of long-sequence gains to the frequency-domain filter is settled false.
Extended reading notes
Core claim
FECNet's central claim is that the finest-grained event representation, an ordered Event Cloud with coordinates (x, y, t, polarity), can be scaled to long event sequences without a computational explosion by moving feature extraction into the frequency domain. The paper reports state-of-the-art results on all three action recognition datasets it tests (DVS128 Gesture 98.9%, Daily DVS 99.3%, UCF101-DVS 91.6%), exceeding the prior best on UCF101-DVS by 16 percentage points, while keeping computational cost at 0.109 G MACs and throughput at about 230 FPS on DVS128 Gesture. On object classification and human pose estimation it reports accuracy comparable to or better than existing point-based and voxel-based methods, with the smallest model size among pose estimation baselines. The claimed source of these gains is the combination of an Event Cloud that preserves polarity and fine temporal order, a redesigned grouping-and-sampling module that treats each coordinate according to its role, and Fourier-domain filters that capture long-range dependencies globally at low cost.
Load-bearing premise
The load-bearing premise is that a global learnable filter applied to the Fourier spectrum along the event-time axis can capture long-range temporal dependencies better than attention or LSTM, at matched cost, without losing localization.
Editorial extensions
If this is right
- Event Cloud can be processed at near-raw fidelity, so temporal information lost in frame or voxel conversion need not be sacrificed for efficiency.
- Frequency-domain filtering along the time axis can replace attention and LSTM components for long event sequences at a fraction of the computational cost.
- Polarity, integrated structurally during grouping rather than as an extra input channel, improves accuracy across classification, action recognition, and pose estimation.
- The reported trade-off of 0.109 G MACs, roughly 230 FPS, and 98.9% accuracy on DVS128 Gesture makes event-cloud networks feasible for real-time, low-power vision systems.
Reading between the lines
- A natural test the paper leaves implicit is to inspect the learned Temporal-FA filters on trained models: if the filters are nearly uniform or the accuracy gain vanishes when they are removed, the frequency-domain mechanism is not the true source of the reported long-sequence improvements.
- Because the method relies on temporal order rather than permutation invariance, the same frequency-aware grouping could transfer to other ordered spatiotemporal point streams, such as timestamped LiDAR returns, where polarity is absent but time ordering still matters.
- Since FECNet's accuracy keeps rising as the event count grows while a point-cloud baseline plateaus, a practical extension would be a runtime scheduler that adapts the number of events fed to the network based on scene activity, trading accuracy against latency.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a point-cloud-style Event Cloud representation for event cameras, with an event-based Grouping and Sampling module (D-FPS, EF-KNN, CES), Spatial and Temporal Frequency-aware modules based on the Fourier transform, and a residual block. The authors evaluate the resulting FECNet on object classification, action recognition, and human pose estimation, reporting strong accuracy with very low MACs (e.g., 0.109 G on DVS128 Gesture) and near-SOTA or SOTA results across nine datasets. The claimed headline is that FECNet achieves SOTA on all three action-recognition datasets, with a particularly large gain on UCF101-DVS (0.916 vs 0.787). The manuscript also includes an event-number scalability study and an ablation of the main modules. However, the paper has internal inconsistencies (SECNet vs FECNet; ten vs nine datasets), and the largest empirical claim rests on a random, unseeded test split whose comparability to prior work is not established.
Significance. If the empirical results are reproducible, the paper is a useful contribution: the architecture combines raw-event fidelity with dramatically reduced MACs, reports throughput above 200 FPS, shows favorable preprocessing time for Event Cloud versus frames/voxels, and demonstrates scaling to much larger event counts than prior point-based methods. The complexity argument for replacing convolution with frequency-domain Hadamard products is concrete, and the ablation study, while incomplete, gives evidence that polarity, the event-based G&S module, and temporal frequency filtering each contribute. The code links in both abstract and full text are a strength, though the two links currently point to differently named repositories and must be reconciled. The main risk is not the mechanism but the reproducibility and comparability of the benchmark numbers, particularly the UCF101-DVS split and the absence of error bars for close margins.
major comments (4)
- [4.1, Table 4] The UCF101-DVS result that carries the SOTA claim (0.916 vs 0.787 for VMST-Net) is obtained on a "randomly selected 20%" test split with no seed, no stratification, and no check for source-video overlap between train and test. Because the reported accuracy advantage is +16.4 percentage points, this single number is load-bearing; without releasing the exact split (or a reproducible file list) and confirming that the same split is used for all baselines, the claimed SOTA on action recognition is not verifiable.
- [Title, Abstract, 4.1, Table 1] The manuscript is internally inconsistent about its own identity and scope: the arXiv title and abstract describe "SECNet" evaluated on "ten" datasets, while the full text (title, Section 4.1, Table 1, Section 5) describes "FECNet" evaluated on "nine" datasets. This is not just a typographical issue: the abstract's claim of ten datasets cannot be checked, and the naming mismatch prevents readers from connecting the paper to the code repositories (SECNet_ICML in the abstract, FECNet in the full text). The authors must harmonize these and either account for the missing tenth dataset or correct the abstract.
- [Tables 2, 4, 6] None of the main accuracy tables report variance or the number of seeds. Given that two of the three action-recognition gains are marginal (0.989 vs 0.988 on DVS128 Gesture; 0.993 vs 0.991 on Daily DVS), the differences could be within run-to-run noise; without mean ± std over multiple seeds, or a clear statement that all runs use fixed and reported seeds, the empirical claims are not supported at the precision implied by the tables.
- [3.3, Table 8] The paper attributes the long-sequence gains to the Temporal-FA module, but the evidence is aggregate: Table 8 compares FECNet with an LSTM variant and point-based networks, not with a temporal convolution or attention module at matched capacity, and no analysis shows which frequencies are preserved or discarded. Since the frequency-aware mechanism is the paper's central design novelty, a matched-capacity temporal-convolution ablation (or a learned-filter frequency analysis, e.g., plotting the magnitude of the learned filters) is needed to support the attribution; without it, the accuracy gains could be due to the Event Cloud representation or other modules rather than to the temporal frequency filtering.
minor comments (6)
- [3.3, Eq. (10)-(12)] The summation notation is garbled (e.g., "T −1X" and "j 2π T kn"), and "specturm" should be "spectrum"; these formatting errors obscure the DFT definitions and should be corrected.
- [Table 2] The column header "ALS-DVS" should read "ASL-DVS", and the caption contains typos such as "Excperimemt"; these should be fixed throughout the tables and text.
- [4.2] The batch size is described as "dynamically set to take full use of the GPU's memory", but no actual batch size, number of workers, or training seed is given; this makes the experimental setup hard to reproduce even with the code.
- [4.5, Table 5] There are typos such as "ACCuracy" and the claim of "one-thousandth of the MACs" is stated without naming the specific baseline; Table 5 compares only a subset of methods, so the claim should be made relative to the particular entries shown.
- [References, [21]] Reference [21] for the tonic package is incomplete: it lacks a proper title and should include a version or publication venue.
- [Algorithm 1, Figure 3] The captions and pseudocode contain incomplete sentences and inconsistent terminology, e.g., "Classifer Regressor" and "Get category ˆc Get 13 skeleton points ˆp"; these should be cleaned up.
Circularity Check
No significant circularity: FECNet's central claims are empirical benchmark results and standard frequency-domain operations, not reduced from their inputs.
full rationale
The paper's central claim is that FECNet achieves SOTA accuracy on action-recognition benchmarks while using very few MACs. This is an empirical result measured on held-out test data, not a quantity constructed from the network's own equations or fitted parameters. The Fourier modules are defined directly from the standard DFT and inverse DFT (Eqs. 10-12), with a learnable global filter; this is a normal, externally grounded architecture choice, not a prediction that reduces to its input. The Event Cloud representation is explicitly distinguished from Point Cloud by including polarity and preserving temporal order, so it is not a renamed known result. Several cited prior works are by the same group (TTPOINT [41], SpikePoint [42], EventMamba [43], FAPNet [25]), but they appear as related-work context or as comparison baselines, not as load-bearing justification for the current architecture, and the comparisons are empirical rather than derived from those papers. The ablation studies (Tabs. 7-8) test modules and event counts directly rather than assuming the conclusion. The UCF101-DVS 0.916 result relies on a randomly selected 20% test split with no stated seed, which is a reproducibility and comparability concern, but it is not circular because the accuracy is measured on held-out data rather than being generated by the method's definitions. No uniqueness theorem, ansatz smuggled via citation, or fitted-input-called-prediction step was found. The self-citations are not load-bearing, so under the stated rubric the appropriate score is 0.
Assumptions & free parameters
free parameters (5)
- D-FPS scaling factor α =
Not reported (vector in R4)
- Number of sampled events T per dataset =
1024 to 10240 depending on dataset
- Number of centroids/groups in first stage =
512, 1024, or 2048 per dataset
- K nearest neighbors =
Not reported
- Random test split seed =
Not specified
assumptions (5)
- standard math The convolution theorem for the discrete Fourier transform (Eq. 10-12)
- standard math The spectrum of a real signal is conjugate symmetric, so only T/2+1 frequency components are needed
- domain assumption Event Cloud requires only downsampling to retain task-relevant information
- domain assumption More events contain finer temporal information and monotonically improve performance
- ad hoc to paper Global frequency filters can capture long-term temporal dependencies at least as well as attention or LSTM
Cite this review
Pith. "Pith review of Scalable Event Cloud Network for Event-based Classification." pith.science (2026). https://pith.science/paper/HRU3NNMA
@misc{pith2026241220803,
author = {Pith},
title = {Pith review of: Scalable Event Cloud Network for Event-based Classification},
year = {2026},
howpublished = {\url{https://pith.science/paper/HRU3NNMA}},
note = {Machine review of arXiv:2412.20803}
}
read the original abstract
Event cameras are biologically inspired sensors garnering significant attention from both industry and academia. Mainstream methods favor frame and voxel representations, which reach a satisfactory performance while introducing time-consuming transformations, bulky models, and sacrificing fine-grained temporal information. Alternatively, Point Cloud representation demonstrates promise in addressing the mentioned weaknesses, but it has limited scalability in abstracting features of higher spatial resolution and longer temporal sequence events. In this paper, we propose a Scalable Network named SECNet to leverage Event Cloud representation. SECNet integrates polarity at the structural level by innovating the Event-based Group and Sampling module rather than only at the input level. To accommodate the surge in the number of events, SECNet embraces feature extraction in the frequency domain via the Fourier transform.This approach not only substantially extinguishes the explosion of Multiply Accumulate Operations but also effectively abstracts spatio-temporal features. We conducted extensive experiments on \textbf{ten} event-based datasets, and substantiate the scalability, effectiveness, and efficiency of SECNet. Our code will be available at: https://github.com/rhwxmx/SECNet_ICML.
Figures
Reference graph
Works this paper leans on
-
[1]
A low power, fully event-based gesture recognition system
Arnon Amir, Brian Taba, David Berg, Timothy Melano, Jef- frey McKinstry, Carmelo Di Nolfo, Tapan Nayak, Alexander Andreopoulos, Guillaume Garreau, Marcela Mendoza, et al. A low power, fully event-based gesture recognition system. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 7243–7252, 2017. 6
work page 2017
-
[2]
Bina-rep event frames: A simple and effective representa- tion for event-based cameras
Sami Barchid, Jos ´e Mennesson, and Chaabane Dj ´eraba. Bina-rep event frames: A simple and effective representa- tion for event-based cameras. In 2022 IEEE International Conference on Image Processing (ICIP), pages 3998–4002. IEEE, 2022. 2
work page 2022
-
[3]
Is space-time attention all you need for video understanding? In ICML, page 4, 2021
Gedas Bertasius, Heng Wang, and Lorenzo Torresani. Is space-time attention all you need for video understanding? In ICML, page 4, 2021. 7, 8
work page 2021
-
[4]
Graph-based spatio-temporal feature learning for neuromorphic vision sensing
Yin Bi, Aaron Chadha, Alhabib Abbas, Eirina Bourtsoulatze, and Yiannis Andreopoulos. Graph-based spatio-temporal feature learning for neuromorphic vision sensing. IEEE Transactions on Image Processing, 29:9084–9098, 2020. 3, 6, 7, 8
work page 2020
-
[5]
Dhp19: Dynamic vi- sion sensor 3d human pose dataset
Enrico Calabrese, Gemma Taverni, Christopher Awai East- hope, Sophie Skriabine, Federico Corradi, Luca Longinotti, Kynan Eng, and Tobi Delbruck. Dhp19: Dynamic vi- sion sensor 3d human pose dataset. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition workshops, pages 0–0, 2019. 6, 7, 8
work page 2019
-
[6]
A differentiable recurrent surface for asynchronous event-based data
Marco Cannici, Marco Ciccone, Andrea Romanoni, and Matteo Matteucci. A differentiable recurrent surface for asynchronous event-based data. In Computer Vision–ECCV 2020: 16th European Conference, Glasgow, UK, August 23– 28, 2020, Proceedings, Part XX 16, pages 136–152. Springer,
work page 2020
-
[7]
Quo vadis, action recognition? a new model and the kinetics dataset
Joao Carreira and Andrew Zisserman. Quo vadis, action recognition? a new model and the kinetics dataset. In pro- ceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pages 6299–6308, 2017. 7, 8
work page 2017
-
[8]
Efficient human pose estimation via 3d event point cloud
Jiaan Chen, Hao Shi, Yaozu Ye, Kailun Yang, Lei Sun, and Kaiwei Wang. Efficient human pose estimation via 3d event point cloud. In 2022 International Conference on 3D Vision (3DV), pages 1–10. IEEE, 2022. 2, 8
work page 2022
Show all 57 references
-
[9]
Large kernel frequency-enhanced network for efficient single im- age super-resolution
Jiadi Chen, Chunjiang Duanmu, and Huanhuan Long. Large kernel frequency-enhanced network for efficient single im- age super-resolution. In Proceedings of the IEEE/CVF Con- ference on Computer Vision and Pattern Recognition, pages 6317–6326, 2024. 3
2024
-
[10]
Ecsnet: Spatio-temporal feature learning for event camera
Zhiwen Chen, Jinjian Wu, Junhui Hou, Leida Li, Weisheng Dong, and Guangming Shi. Ecsnet: Spatio-temporal feature learning for event camera. IEEE Transactions on Circuits and Systems for Video Technology, 33(2):701–712, 2022. 6, 7
2022
-
[11]
Fast fourier convolu- tion
Lu Chi, Borui Jiang, and Yadong Mu. Fast fourier convolu- tion. Advances in Neural Information Processing Systems , 33:4479–4488, 2020. 3
2020
-
[12]
Robotic goalie with 3 ms reaction time at 4% cpu load using event-based dynamic vi- sion sensor
Tobi Delbruck and Manuel Lang. Robotic goalie with 3 ms reaction time at 4% cpu load using event-based dynamic vi- sion sensor. Frontiers in neuroscience, 7:223, 2013. 1
2013
-
[13]
Mvf-net: A multi- view fusion network for event-based object classification
Yongjian Deng, Hao Chen, and Youfu Li. Mvf-net: A multi- view fusion network for event-based object classification. IEEE Transactions on Circuits and Systems for Video Tech- nology, 32(12):8275–8284, 2021. 6
2021
-
[14]
A voxel graph cnn for object classification with event cameras
Yongjian Deng, Hao Chen, Hai Liu, and Youfu Li. A voxel graph cnn for object classification with event cameras. In Proceedings of the IEEE/CVF Conference on Computer Vi- sion and Pattern Recognition , pages 1172–1181, 2022. 3, 6
2022
-
[15]
An image is worth 16x16 words: Transformers for image recognition at scale
Alexey Dosovitskiy. An image is worth 16x16 words: Transformers for image recognition at scale. arXiv preprint arXiv:2010.11929, 2020. 1, 3
2010 arXiv
-
[16]
Event-based vision: A survey
Guillermo Gallego, Tobi Delbr ¨uck, Garrick Orchard, Chiara Bartolozzi, Brian Taba, Andrea Censi, Stefan Leutenegger, Andrew J Davison, J ¨org Conradt, Kostas Daniilidis, et al. Event-based vision: A survey. IEEE transactions on pattern analysis and machine intelligence, 44(1)...
2020
-
[17]
End-to-end learning of repre- sentations for asynchronous event-based data
Daniel Gehrig, Antonio Loquercio, Konstantinos G Derpa- nis, and Davide Scaramuzza. End-to-end learning of repre- sentations for asynchronous event-based data. In Proceed- ings of the IEEE/CVF International Conference on Com- puter Vision, pages 5633–5643, 2019. 2, 6
2019
-
[18]
Levit: a vision transformer in convnet’s clothing for faster inference
Benjamin Graham, Alaaeldin El-Nouby, Hugo Touvron, Pierre Stock, Armand Joulin, Herv ´e J ´egou, and Matthijs Douze. Levit: a vision transformer in convnet’s clothing for faster inference. In Proceedings of the IEEE/CVF interna- tional conference on computer vision , pages 122...
-
[19]
Deep residual learning for image recognition
Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recognition. In Proceed- ings of the IEEE conference on computer vision and pattern recognition, pages 770–778, 2016. 1
2016
-
[20]
Train- ing deep spiking neural networks using backpropagation
Jun Haeng Lee, Tobi Delbruck, and Michael Pfeiffer. Train- ing deep spiking neural networks using backpropagation. Frontiers in neuroscience, 10:508, 2016. 2, 6
2016
-
[21]
Tonic: event- based datasets and transformations., 2021
Gregor Lenz, Kenneth Chaney, Sumit Bam Shrestha, Omar Oubari, Serge Picaud, and Guido Zarrella. Tonic: event- based datasets and transformations., 2021. Documentation available under https://tonic.readthedocs.io. 7
2021
-
[22]
Cifar10-dvs: an event-stream dataset for ob- ject classification
Hongmin Li, Hanchao Liu, Xiangyang Ji, Guoqi Li, and Luping Shi. Cifar10-dvs: an event-stream dataset for ob- ject classification. Frontiers in neuroscience, 11:309, 2017. 6
2017
-
[23]
A frequency domain neural network for fast image super- resolution
Junxuan Li, Shaodi You, and Antonio Robles-Kelly. A frequency domain neural network for fast image super- resolution. In 2018 International Joint Conference on Neural Networks (IJCNN), pages 1–8. IEEE, 2018. 3
2018
-
[24]
A 128 × 128 120 db 15µs latency asynchronous temporal con- trast vision sensor
Patrick Lichtsteiner, Christoph Posch, and Tobi Delbruck. A 128 × 128 120 db 15µs latency asynchronous temporal con- trast vision sensor. IEEE journal of solid-state circuits , 43 (2):566–576, 2008. 1
2008
-
[25]
Fapnet: An effective frequency adaptive point-based eye tracker
Xiaopeng Lin, Hongwei Ren, and Bojun Cheng. Fapnet: An effective frequency adaptive point-based eye tracker. InPro- ceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 5789–5798, 2024. 3 9
2024
-
[26]
Event- based motion deblurring via multi-temporal granularity fu- sion
Xiaopeng Lin, Hongwei Ren, Yulong Huang, Zunchang Liu, Yue Zhou, Haotian Fu, Biao Pan, and Bojun Cheng. Event- based motion deblurring via multi-temporal granularity fu- sion. arXiv preprint arXiv:2412.11866, 2024. 2
2024 arXiv
-
[27]
V oxel-based multi-scale transformer network for event stream processing
Daikun Liu, Teng Wang, and Changyin Sun. V oxel-based multi-scale transformer network for event stream processing. IEEE Transactions on Circuits and Systems for Video Tech- nology, 2023. 6, 7, 8
2023
-
[28]
Event-based action recognition using motion informa- tion and spiking neural networks
Qianhui Liu, Dong Xing, Huajin Tang, De Ma, and Gang Pan. Event-based action recognition using motion informa- tion and spiking neural networks. In IJCAI, pages 1743– 1749, 2021. 6, 7
2021
-
[29]
Tam: Temporal adaptive module for video recog- nition
Zhaoyang Liu, Limin Wang, Wayne Wu, Chen Qian, and Tong Lu. Tam: Temporal adaptive module for video recog- nition. In Proceedings of the IEEE/CVF international con- ference on computer vision , pages 13708–13718, 2021. 7, 8
2021
-
[30]
A review of human emotion synthesis based on generative technology
Fei Ma, Yukan Li, Yifan Xie, Ying He, Yi Zhang, Hongwei Ren, Zhou Liu, Wei Yao, Fuji Ren, Fei Richard Yu, et al. A review of human emotion synthesis based on generative technology. arXiv preprint arXiv:2412.07116, 2024. 1
2024 arXiv
-
[31]
Intriguing findings of frequency selection for image deblurring
Xintian Mao, Yiming Liu, Fengze Liu, Qingli Li, Wei Shen, and Yan Wang. Intriguing findings of frequency selection for image deblurring. In Proceedings of the AAAI Conference on Artificial Intelligence, pages 1905–1913, 2023. 3
1905
-
[32]
Loformer: Local frequency transformer for im- age deblurring
Xintian Mao, Jiansheng Wang, Xingran Xie, Qingli Li, and Yan Wang. Loformer: Local frequency transformer for im- age deblurring. In ACM Multimedia 2024, 2024. 3
2024
-
[33]
Event-based asynchronous sparse con- volutional networks
Nico Messikommer, Daniel Gehrig, Antonio Loquercio, and Davide Scaramuzza. Event-based asynchronous sparse con- volutional networks. In Computer Vision–ECCV 2020: 16th European Conference, Glasgow, UK, August 23–28, 2020, Proceedings, Part VIII 16, pages 415–431. Springer, 2020. 6
2020
-
[34]
The event-camera dataset and simulator: Event-based data for pose estimation, visual odometry, and slam
Elias Mueggler, Henri Rebecq, Guillermo Gallego, Tobi Del- bruck, and Davide Scaramuzza. The event-camera dataset and simulator: Event-based data for pose estimation, visual odometry, and slam. The International Journal of Robotics Research, 36(2):142–149, 2017. 1
2017
-
[35]
Converting static image datasets to spiking neuromorphic datasets using saccades
Garrick Orchard, Ajinkya Jayawant, Gregory K Cohen, and Nitish Thakor. Converting static image datasets to spiking neuromorphic datasets using saccades. Frontiers in neuro- science, 9:437, 2015. 6, 7
2015
-
[36]
Spectformer: Frequency and attention is what you need in a vision transformer
Badri N Patro, Vinay P Namboodiri, and Vijay Srinivas Agneeswaran. Spectformer: Frequency and attention is what you need in a vision transformer. arXiv preprint arXiv:2304.06446, 2023. 3
2023 arXiv
-
[37]
A qvga 143 db dynamic range frame-free pwm image sensor with lossless pixel-level video compression and time-domain cds
Christoph Posch, Daniel Matolin, and Rainer Wohlgenannt. A qvga 143 db dynamic range frame-free pwm image sensor with lossless pixel-level video compression and time-domain cds. IEEE Journal of Solid-State Circuits , 46(1):259–275,
-
[38]
Pointnet: Deep learning on point sets for 3d classification and segmentation
Charles R Qi, Hao Su, Kaichun Mo, and Leonidas J Guibas. Pointnet: Deep learning on point sets for 3d classification and segmentation. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 652–660,
-
[39]
Pointnet++: Deep hierarchical feature learning on point sets in a metric space
Charles Ruizhongtai Qi, Li Yi, Hao Su, and Leonidas J Guibas. Pointnet++: Deep hierarchical feature learning on point sets in a metric space. Advances in neural information processing systems, 30, 2017. 2, 6, 8
2017
-
[40]
Global filter networks for image classification
Yongming Rao, Wenliang Zhao, Zheng Zhu, Jiwen Lu, and Jie Zhou. Global filter networks for image classification. Advances in neural information processing systems, 34:980– 993, 2021. 3
2021
-
[41]
Ttpoint: A tensorized point cloud network for lightweight action recognition with event cam- eras
Hongwei Ren, Yue Zhou, Haotian Fu, Yulong Huang, Ren- jing Xu, and Bojun Cheng. Ttpoint: A tensorized point cloud network for lightweight action recognition with event cam- eras. In Proceedings of the 31st ACM International Confer- ence on Multimedia, pages 8026–8034, 2023. 2, 3, 7, 8
2023
-
[42]
Spikepoint: An effi- cient point-based spiking neural network for event cameras action recognition
Hongwei Ren, Yue Zhou, LIN Xiaopeng, Yulong Huang, FU Haotian, Jie Song, and Bojun Cheng. Spikepoint: An effi- cient point-based spiking neural network for event cameras action recognition. In The Twelfth International Conference on Learning Representations, 2024. 7
2024
-
[43]
Rethinking efficient and effective point- based networks for event camera classification and regres- sion: Eventmamba
Hongwei Ren, Yue Zhou, Jiadong Zhu, Haotian Fu, Yu- long Huang, Xiaopeng Lin, Yuetong Fang, Fei Ma, Hao Yu, and Bojun Cheng. Rethinking efficient and effective point- based networks for event camera classification and regres- sion: Eventmamba. arXiv preprint arXiv:2405.06116, 2024. 3
2024 arXiv
-
[44]
A simple and effective point- based network for event camera 6-dofs pose relocalization
Hongwei Ren, Jiadong Zhu, Yue Zhou, Haotian Fu, Yulong Huang, and Bojun Cheng. A simple and effective point- based network for event camera 6-dofs pose relocalization. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 18112–18121, 2024. 3
2024
-
[45]
Eventnet: Asynchronous recursive event processing
Yusuke Sekikawa, Kosuke Hara, and Hideo Saito. Eventnet: Asynchronous recursive event processing. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 3887–3896, 2019. 1, 6
2019
-
[46]
Very deep convo- lutional networks for large-scale image recognition
Karen Simonyan and Andrew Zisserman. Very deep convo- lutional networks for large-scale image recognition. arXiv preprint arXiv:1409.1556, 2014. 1
2014 arXiv
-
[47]
Hats: Histograms of aver- aged time surfaces for robust event-based object classifica- tion
Amos Sironi, Manuele Brambilla, Nicolas Bourdis, Xavier Lagorce, and Ryad Benosman. Hats: Histograms of aver- aged time surfaces for robust event-based object classifica- tion. In Proceedings of the IEEE conference on computer vision and pattern recognition , pages 1731–1740, ...
2018
-
[48]
Space-time event clouds for gesture recognition: From rgb cameras to event cameras
Qinyi Wang, Yexin Zhang, Junsong Yuan, and Yilong Lu. Space-time event clouds for gesture recognition: From rgb cameras to event cameras. In 2019 IEEE Winter Conference on Applications of Computer Vision (WACV) , pages 1826–
2019
-
[49]
Object dgcnn: 3d object detection using dynamic graphs
Yue Wang and Justin M Solomon. Object dgcnn: 3d object detection using dynamic graphs. Advances in Neural Infor- mation Processing Systems, 34:20745–20758, 2021. 8
2021
-
[50]
Simple baselines for human pose estimation and tracking
Bin Xiao, Haiping Wu, and Yichen Wei. Simple baselines for human pose estimation and tracking. In Proceedings of the European conference on computer vision (ECCV), pages 466–481, 2018. 8
2018
-
[51]
Vmv-gcn: V olumetric multi-view based graph cnn for event stream classification
Bochen Xie, Yongjian Deng, Zhanpeng Shao, Hai Liu, and Youfu Li. Vmv-gcn: V olumetric multi-view based graph cnn for event stream classification. IEEE Robotics and Automa- tion Letters, 7(2):1976–1983, 2022. 3, 6, 7, 8 10
1976
-
[52]
Event voxel set transformer for spatiotemporal representation learning on event streams
Bochen Xie, Yongjian Deng, Zhanpeng Shao, Qingsong Xu, and Youfu Li. Event voxel set transformer for spatiotemporal representation learning on event streams. IEEE Transactions on Circuits and Systems for Video Technology, 2024. 6, 8
2024
-
[53]
Faster image super-resolution by improved frequency-domain neu- ral networks
Shengke Xue, Wenyuan Qiu, Fan Liu, and Xinyu Jin. Faster image super-resolution by improved frequency-domain neu- ral networks. Signal, Image and Video Processing , 14(2): 257–265, 2020. 3
2020
-
[54]
Three challenges in reram-based process-in-memory for neural network
Ziyi Yang, Kehan Liu, Yiru Duan, Mingjia Fan, Qiyue Zhang, and Zhou Jin. Three challenges in reram-based process-in-memory for neural network. In 2023 IEEE 5th International Conference on Artificial Intelligence Circuits and Systems (AICAS), pages 1–5. IEEE, 2023. 2
2023
-
[55]
Frequency and spatial dual guidance for im- age dehazing
Hu Yu, Naishan Zheng, Man Zhou, Jie Huang, Zeyu Xiao, and Feng Zhao. Frequency and spatial dual guidance for im- age dehazing. In European Conference on Computer Vision, pages 181–198. Springer, 2022. 3
2022
-
[56]
Point transformer
Hengshuang Zhao, Li Jiang, Jiaya Jia, Philip HS Torr, and Vladlen Koltun. Point transformer. In Proceedings of the IEEE/CVF international conference on computer vision, pages 16259–16268, 2021. 8
2021
-
[57]
Poseformerv2: Exploring frequency domain for efficient and robust 3d human pose estimation
Qitao Zhao, Ce Zheng, Mengyuan Liu, Pichao Wang, and Chen Chen. Poseformerv2: Exploring frequency domain for efficient and robust 3d human pose estimation. In Proceed- ings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 8877–8886, 2023. 3 11
2023
Reviewed August 10, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.