1996
2021
1988
2020
Sony CSL is a framework to make the wildest ideas come true, for the future of humanity and the planet
Hiroaki Kitano, Sony CTO, President and CEO, Sony CSL
Tackling the challenge of redesigning Information Technologies to make information more accessible and social dialogue more transparent, understandable, and healthy.
Aiming at providing new tools for understanding and monitoring urban environments in order to make them more sustainable.
Studying the ability of AI to understand the complexity of open-ended systems, to support creativity and help people finding original brilliant, innovative solutions.
Our mission is twofold:
In this presentation, we will explore three exciting activities:
(Large) Movement Model
Roadmap:
Roadmap:
import tensorflow as tf
import keras
# Define the loss function for the model
loss = 'mean_squared_error'
# Set the batch size
batch_size = 8
# Set the number of epochs
epochs = 2000
# Set the learning rate to 0.01
lr = 0.01
# Define the number of units (neurons) in each LSTM layer
n_units = 1000
# Create a new Sequential model
model = Sequential()
# Add the first LSTM layer to the model:
model.add(LSTM(units=n_units, input_shape=(predictors_train.shape[1],
moves_vocab_size), return_sequences=True, activation=activations.tanh))
# Add the second LSTM layer with similar parameters
model.add(LSTM(units=n_units, return_sequences=True,
activation=activations.tanh))
# Add the third LSTM layer which outputs the last sequence
model.add(LSTM(n_units, activation=activations.tanh))
# Add a Dense output layer that uses a sigmoid activation function
model.add(Dense(moves_vocab_size, activation='sigmoid'))
Deterministic Baseline
Posture distribution at time T+1
Vector Quantization (VQ) with Self-Organizing Maps (SOM):
Vector Quantization with SOM:
Next step? Integrating Novelties in Deep Learning Systems
The idea: Training algorithm inspired by Stuart Kauffman’s concept to explore new data spacesClassifying Critical Raw Materials in Patents with LLMs
General Conclusion
How to overcome motion capture limitations?
Main Challenges of Pose Detection
Towards a robust pipeline:
Methodology