New AGCN model boosts event stream recognition with dual point-voxel graphs
Combining point and voxel graphs with absorbing nodes for 20% better event classification
Event cameras generate dense asynchronous streams of pixel-level brightness changes. To process this data efficiently, researchers typically downsample events into sparse point clouds or voxel grids and then use graph neural networks (GNNs) for representation learning. However, existing methods have two shortcomings: (1) they rely on simple max or mean pooling, which ignores the relative importance of graph nodes; and (2) they use either a point or a voxel representation, missing the complementary strengths of both.
To overcome these issues, the team introduces a dual point-voxel absorbing graph convolutional network (AGCN). The model first converts event streams into both sparse point clouds and voxel grids, then builds separate absorbing graph models for each. The key innovation is the absorbing node, which acts as a global context node that learns to aggregate information from all other nodes, effectively capturing node importance and providing a more informative graph-level representation. Extensive experiments on event-based classification benchmarks (e.g., N-Caltech101, N-MNIST, ASL-DVS) show that AGCN outperforms state-of-the-art GNN-based methods by up to 5% in accuracy, demonstrating the value of fusing point and voxel representations with adaptive node weighting.
- Proposes novel absorbing graph convolutional network (AGCN) that uses absorbing nodes to learn node importance during graph pooling.
- Combines both point and voxel representations of event streams, capturing complementary spatial information for better classification.
- Achieves state-of-the-art results on multiple event-based benchmarks (N-Caltech101, N-MNIST, ASL-DVS) with up to 5% accuracy improvement.
Why It Matters
Better event camera recognition enables faster, more accurate object detection in robotics and autonomous driving.