ReNeLib

ReNeLiB: Real-time Neural Listening Behavior Generation for Socially Interactive Agents

Teaser Image

Demo Video

Demo Video 1

Abstract

Flexible and natural nonverbal reactions to human behavior remain a challenge for socially interactive agents (SIAs), especially those animated using predominantly hand-crafted rules. Our toolkit introduces a novel approach to enhancing the real-time, machine learning-based, conversational behavior generation capabilities of SIAs, considering the challenging real-time requirements of human-agent interaction scenarios.

We also provide new pre-trained behavioral generation models based on real-life psychotherapy interactions, enabling domain-specific listening behaviors generation. Our toolkit will be publicly available, serving as a valuable resource for researchers.

Installation

Using Conda

conda env create python=3.8 --file environment.yml

Or alternatively:

conda env create python=3.8 --file conda_spec_file.txt

If any dependency installation fails, particularly pytorch3d and torch, install them after initiating the conda environment. Ensure to check your GPU’s CUDA compatibility and install the correct Nvidia drivers and CUDA toolkits. Follow the installation instructions for pytorch and pytorch3d accordingly.

Docker Container

Execute the following commands:

docker run --rm -it pytorch/pytorch:1.11.0-cuda11.3-cudnn8-runtime
$conda install -c fvcore -c iopath -c conda-forge fvcore iopath
$conda install pytorch3d=0.7.0 -c pytorch3d
$ipython
$from pytorch3d.structures import Meshes

Demo

Running the System

Data

To access the therapy dataset and pre-trained models, please contact me via email: daksitha.withanage.don@uni-a-de or daksitha.withanage@gmail.com

Cite Our Paper

If you utilize our work, please cite our paper:

@inproceedings{10.1145/3577190.3614133,
  author = {Withanage Don, Daksitha Senel and M"{u}ller, Philipp and Nunnari, Fabrizio and Andr'{e}, Elisabeth and Gebhard, Patrick},
  title = {ReNeLiB: Real-Time Neural Listening Behavior Generation for Socially Interactive Agents},
  year = {2023},
  isbn = {9798400700552},
  publisher = {Association for Computing Machinery},
  address = {New York, NY, USA},
  url = {https://doi.org/10.1145/3577190.3614133},
  doi = {10.1145/3577190.3614133},
  pages = {507–516},
  numpages = {10},
  location = {Paris, France},
  series = {ICMI '23}
}

Acknowledgements

Special thanks to Radek Daněček and Evone Ng for their invaluable tips and code contributions.

For further collaborations or queries, feel free to contact me.