Researchers release open dataset and compact 1D CNN model for recognizing affective touch in soft robotic companions
A 13.2k-parameter dilated 1D CNN trained on 1,326 labeled gesture sequences achieves 75% test accuracy and 85% leave-one-subject-out cross-validation accuracy, with quantized inference at 3.2 MMAC per window enabling real-time operation on microcontrollers.
1 source · cross-referenced
- Open-source MATLAB framework and FAIR-compliant dataset of 1,326 labeled touch gesture sequences from 25 participants released for affective touch recognition research.
- Compact dilated 1D CNN with 13.2k parameters achieves 75% test accuracy and 85% mean leave-one-subject-out cross-validation accuracy on touch classification.
- Quantized model requires 3.2 MMAC per window, enabling real-time 20 Hz operation on target microcontroller.
- Hybrid pipeline combining heuristic filtering with CNN-based classification improves detection of subtle social touches over prior heuristic-only system.
Researchers released an open-source MATLAB framework and a FAIR-compliant dataset comprising 1,326 labeled gesture sequences collected from 25 participants spanning children, teenagers, and adults. The dataset is intended as a reusable resource for affective touch recognition research in soft interactive companions.
Through systematic exploration across 468 CNN models, the team identified compact dilated one-dimensional convolutional neural networks (1D CNNs) as the most effective architecture for the task. A 13.2k-parameter 1D CNN achieved 75% test accuracy and 85% mean leave-one-subject-out cross-validation accuracy on the dataset.
Theoretical analysis of quantized inference showed the model requires 3.2 million multiply-accumulate operations per window, which is compatible with 20 Hz real-time operation on the target microcontroller. A PC-based real-time simulation using streaming sensor data from a physical toy demonstrated that the CNN resolved subtle social touches that a prior heuristic system failed to detect, while high-force negative interactions were captured more reliably by simple threshold-based logic.
The authors propose a hybrid inference pipeline—combining instantaneous heuristic filtering with CNN-based nuanced gesture classification—as the embedded deployment strategy. They argue that emotionally meaningful, privacy-preserving touch interpretation is computationally feasible for direct embedding within soft therapeutic companions, with hardware integration to be addressed in a forthcoming study.
- Aug 26, 2026 · arXiv cs.AI
Multi-agent framework lets LLM agents design and run controlled experiments with simulation models
Trust79 - Aug 25, 2026 · Apple — Machine Learning Research
Apple proposes STARFlow2, a unified multimodal model architecture combining normalizing flows with frozen pretrained vision-language models
Trust79 - Aug 25, 2026 · arXiv cs.CL
Study evaluates hybrid retrieval and LLM-assisted query expansion for Khmer semantic search
Trust79