SlideShare una empresa de Scribd logo
1 de 68
ELIS – Multimedia Lab
Ghent University and GUGC-K:
Overview of Teaching and Research Activities
Research Seminar
KAIST, 18 August 2015
Wesley De Neve
@wmdeneve
Ghent University – iMinds & KAIST
2
ELIS – Multimedia Lab
• Teaching activities
- Ghent University Global Campus
- Ghent University Home Campus
• Research activities
- Ghent University Home Campus
- Ghent University Global Campus
Outline
3
ELIS – Multimedia Lab
• Teaching activities
- Ghent University Global Campus
- Ghent University Home Campus
• Research activities
- Ghent University Home Campus
- Ghent University Global Campus
Outline
4
ELIS – Multimedia Lab
WHO?
5
ELIS – Multimedia Lab
Ghent University, Belgium
Rector: Prof. Anne De Paepe
Vice-rector: Prof. Freddy Mortier
Ghent University Global Campus, Korea
Campus President: Prof. Jozef Vercruysse
Campus Vice-president: Dr. Thomas Buerman
6
ELIS – Multimedia Lab
WHERE?
7
ELIS – Multimedia Lab
8
ELIS – Multimedia Lab
Incheon Global Campus (IGC)
University of Utah
George Mason University
Ghent University
SUNY at Stonybrook
University of Nevada
9
ELIS – Multimedia Lab
Bachelor Master PhD
Environmental
Technology
Molecular
Biotechnology
Food
Technology
10
ELIS – Multimedia Lab
Molecular
Biotechnology
Food
Technology
Bachelor Master
PhD
Double Accreditation
Resident and
Flying Faculty
Ghent University Degree
Quality Control
Ghent University Appointment
Integrated Research Plan
Environmental
Technology
11
ELIS – Multimedia Lab
Research-focused program
Practical excersises
in laboratories
Graduation project
Double accreditation
NVAO
January - August 2013
MoE
March – November 2013
Ghent University degree
Company internships
One semester in Belgium
12
ELIS – Multimedia Lab
13
ELIS – Multimedia Lab
14
ELIS – Multimedia Lab
English
Biology
Mathematics
Inorganic chemistry
Organic chemistry
Informatics
PhysicsBiochemistryMolecular biology
Genetics
StatisticsEconomics
Marketing
Modeling
Simulation
Process engineering
Legislation
Process technology
Entrepreneurship
Intellectual property
Project management
Process control
15
ELIS – Multimedia Lab
Teaching Activities
Informatics 1
(Fall term – 5 credits)
Informatics 2
(Spring term – 5 credits)
16
ELIS – Multimedia Lab
• Teaching activities
- Ghent University Global Campus
- Ghent University Home Campus
• Research activities
- Ghent University Home Campus
- Ghent University Global Campus
Outline
17
ELIS – Multimedia Lab
• Course content
- management, analysis,
and visualization of large-
scale datasets
• Lecture on the art of (deep)
machine learning
• Hands-on session
- word2vec for natural
language processing (NLP)
- Apache Spark
Teaching Activities
Big Data Science
(Spring term)
18
ELIS – Multimedia Lab
• Teaching activities
- Ghent University Global Campus
- Ghent University Home Campus
• Research activities
- Ghent University Home Campus
- Ghent University Global Campus
Outline
19
ELIS – Multimedia Lab
TERRAIN CLASSIFICATION FOR
HYPERSPECTRAL IMAGES
Viktor Slavkovikj
20
ELIS – Multimedia Lab
• Hyperspectral images
- each pixel contains hundreds of measurements of the
electromagnetic spectrum
- often captured through remote sensing
• e.g., through a camera mounted on an airplane
• Problem: how to do terrain classification?
- e.g., corn, wheat, and woods
Problem Statement
21
ELIS – Multimedia Lab
Architecture Convolutional Neural Network
input layer
convolutional layer
convolutional layer
convolutional layer
fully connected layer
fully connected layer
output layer
output: one out of
16 terrain classes
800 hidden units
(hyperbolic tangent)
800 hidden units
(hyperbolic tangent)
filter size: 9x16
filter size: 1x16
filter size: 1x16
input: 9 pixels and
their spectral bands
implementation: by means of Python and Lasagne, a lightweight library to quickly
build and train neural networks in Theano
22
ELIS – Multimedia Lab
Debugging the CNN
Learned filters (𝑥-axis: wavelength, 𝑦-axis: response)
23
ELIS – Multimedia Lab
• Data augmentation through the addition of Gaussian noise
- minor impact
- similar observation for max-pooling, ReLUs, and DropOut
• Classification results on par with the state-of-the-art
- overall accuracy between 80% and 95%
Experimental Results
Indian Pines
Test results
5%
training data
10%
training data
20%
training data
Non-augmented
Overall
accuracy (%)
85.46 ± 1.73 92.76 ± 0.93 96.54 ± 0.47
Augmented
Overall
accuracy (%)
86.54 ± 0.30 92.70 ± 1.00 96.58 ± 0.55
24
ELIS – Multimedia Lab
VIDEO CONTENT UNDERSTANDING
Baptist Vandersmissen
25
ELIS – Multimedia Lab
Goals
Representation
Learning using
Neural Networks
Spatial &
Temporal Feature
Construction
Generation of
Fine-grained
Descriptions
Focus on Video
Content
Understanding
objects, actions,
& scenes
26
ELIS – Multimedia Lab
Techniques
Main focus is on neural network techniques
that are able to capture temporal behaviour
3-D Convolutional
Neural Networks
Recurrent Long
Short-Term
Memory Networks
“Convolve over spatial
(2D) and/or temporal
domain (3D) to acquire
knowledge of input”
“Process sequence of
inputs and acquire
knowledge based on
memory cells”
Recurrent Reservoir
Computing
Networks
“Randomly assigned
weights in the reservoir,
combined with a
readout layer using
linear regression”
baseline video features: IDTF, AlexNet (ImageNet), C3D (FAIR)
implementation: Theano, Caffe, and Lasagne
27
ELIS – Multimedia Lab
Data
Focus on
Action recognition dataset Crawled Vine videos
‘Realistic action videos’ Social and mobile content
Well-known and widely used Noisy and short-form data
UCF101
28
ELIS – Multimedia Lab
First Exemplary Approach
Convolutional
Neural Network
Long Short-Term
Memory Network
f1 … fnf2
video
Representation f2
…
Representation f1
Representation fn
Video
Representation
Classification
29
ELIS – Multimedia Lab
Second Exemplary Approach
Convolutional
Neural Network
Classification
Convolutional
Neural Network
f1
…
fn
f2
m1
…
mk
m2
raw frames motion flows
Fusion
Video Representation
30
ELIS – Multimedia Lab
RESERVOIR COMPUTING FOR
VIDEO EVENT DETECTION
Azarakhsh Jalalvand
31
ELIS – Multimedia Lab
• Goal
- detect the status of a door: open, closed, half-open
- use of a simple, efficient, and effective system
• Approach
- use of a fixed low-resolution camera (30×30 pixels)
• privacy reasons: people are not recognizable
• low bandwidth needed to stream the data
- use of Reservoir Computing Networks (RCNs)
• good in modeling temporal information (cf. speech)
• good in dealing with noisy data
Video Event Detection (1/2)
32
ELIS – Multimedia Lab
• Implemented solution: small neural network of 200 nodes
- fast training
• reservoir: random assignment of connection weights
• readout layer: gradient descent for linear regression
- real-time response
- robust against noise
• low light conditions & people occurring
Video Event Detection (2/2)
Reservoir
33
ELIS – Multimedia Lab
Demo
34
ELIS – Multimedia Lab
• Reservoir computing for visual content analysis
- handwritten digit recognition (MNIST)
- house number detection and recognition
Next Steps
35
ELIS – Multimedia Lab
TWITTER MICROPOST MODELING
Frederic Godin
36
ELIS – Multimedia Lab
Problem statement
Current Natural Language Processing (NLP) research focuses
on “clean” text: news articles, Wikipedia articles…
What about noisy, short-form, and unstructured microposts?
Lack of correct spelling, a lot of slang
Lack of context
Lack of consistent grammar rules (~structure)
37
ELIS – Multimedia Lab
A simple, general but effective
neural network architecture (1)
Use Google’s word2vec (=simplified neural network) to generate
good feature representations for words (=unsupervised learning)
Feed word representations to another neural network (NN) for any
classification task (=supervised learning)
Tweet
Feature
representation
Machine learning:
classification
Label
Learn word2vec
word representations
once in advance
Train a new NN
for any NLP task
38
ELIS – Multimedia Lab
A simple, general but effective
neural network architecture (2)
W(t-1)
W(t)
W(t+1)
L
o
o
k
u
p
N-dim
N-dim
N-dim
Feed
forward
neural
network
Label(W(t))
Tweet
Feature
representation
Machine learning:
classification
Label
Concatenate (3N-dim)Window = 3
from
Seoul
to
Im going from Seoul to Daejeon. #KTX
39
ELIS – Multimedia Lab
Word2vec: automatically learning good features
Model trained on 400 million tweets having 5 billion words
2-D projection of a 400-D space of the top 1000 words used on Twitter
40
ELIS – Multimedia Lab
Part-of-Speech tagging: is it a verb, noun or article?
Im
going
from
L
o
o
k
u
p
400D
400D
400D
FFNN:
400 hidden
nodes
Verb
slang
NIPS Workshop on Modern Machine Learning Methods and Natural Language Processing
41
ELIS – Multimedia Lab
Named Entity Recognition:
is it a location, company or TV show (1)?
from
Seoul
to
L
o
o
k
u
p
400D
400D
400D
FFNN:
400 hidden
nodes
Location
The same word representations
The same network, but with different weights
42
ELIS – Multimedia Lab
Named Entity Recognition:
is it a location, company or TV show (2)?
Used both
“standard” features
as word
representations
Only using word
representations
ACL 2015 Workshop on Noisy User-generated Text
43
ELIS – Multimedia Lab
Next Steps
Replace word2vec word representations with character
representations
Use Convolution Neural Networks as pattern filters, to prevent a
huge increase in vocabulary size (e.g., a convolutional filter should be
able to map “the" and "da" onto the same pattern)
Combine character representations to form word representations
that can be classified
44
ELIS – Multimedia Lab
HUMOR DETECTION ON TWITTER
Abhineshwar Tomar
45
ELIS – Multimedia Lab
• Observation
- lots of humor on Twitter
• Question
- can we automatically detect
humorous tweets?
• Motivation
- humor is engaging (ads!)
- creation of intelligent agents
with social & emotional skills
Humor Detection on Twitter
46
ELIS – Multimedia Lab
• Different kinds of humor
- sarcastic humor
- black humor
- self-deprecating humor
- satire
- parody
• Personal context
• Multimodal tweets
• Language usage
Why Humor Detection on Twitter Is Challenging
47
ELIS – Multimedia Lab
• Binary classification problem: humorous or non-humorous
• Collection of tweets in English
- tweets containing #lol, #rofl, #lmao, #funny, #hilarious, …
- dataset of 373,498 tweets
• 50/50 humorous and non-humorous
• Features
- word2vec
• Classification technique
- feed-forward neural network with ReLUs
Approach (1/2)
48
ELIS – Multimedia Lab
Approach (2/2)
300-D
tweet
vector
Google’s
word2vec
Humorous/
non-
humorous
Feed-forward
neural network
300-D input layer
400-D hidden ReLU layer
350-D hidden ReLU layer
200-D hidden ReLU layer
2-D output layer
Tweet
Please kill Jar Jar Binks
please
49
ELIS – Multimedia Lab
Classification accuracy: 81.07%
Preliminary Results
Humorous Tweets
You know you're at a Croatian jam whn your uncle forces
you to take shots .....
I've finally learned how to play spades
Watermelon inside of a watermelon!! My fav vine!
Some boys will wear dark sunglasses in Church, then be
blaming God later when they end up as Welders
It's so weird to thing that over in the other side of the
country there are people going to sleep while I'm getting
up
Got a new TV set for downstairs and my dad said "I bet I
can do this in 15 minutes" and almost 1 hour later it's
nearly finished
#RapLikeLilWayne I walk while I sleep. Call that Sleep
walkin!!!! #whaddup
50
ELIS – Multimedia Lab
• Collect more training data by making use of Reddit
• Experimentation with recurrent neural network techniques
• Multimodal word/concept vector representations,
integrating both textual and visual information
Next Steps
51
ELIS – Multimedia Lab
MULTIMODAL CONDITION
MONITORING FOR WIND TURBINES
Olivier Janssens
52
ELIS – Multimedia Lab
Healthy wind turbine Broken wind turbine
• Multi-sensor monitoring of bearings to detect faults early on
- infrared imaging, vibration data, and temperature data
• Classification
- white box models: random decision forests and SVMs
- black box models: CNNs
Condition Monitoring: Failure Prevention
53
ELIS – Multimedia Lab
Condition Monitoring: Smearing Fault Detection
54
ELIS – Multimedia Lab
• Infrared imaging analysis
- handcrafted features + SVM: accuracy of 88.25%
• Vibration data analysis
- handcrafted features + RDF: accuracy of 87.25%
- CNN: accuracy of 91.77%
• Ongoing research: ensembling
- creation of a multimodal system using early and/or late fusion
Some Observations
55
ELIS – Multimedia Lab
GENOMIC DATA COMPRESSION
Tom Paridaens
56
ELIS – Multimedia Lab
• Challenge: data handling
- DNA sequencing is outrunning
DNA storage, transmission, and
analysis
• Research question
- how about compressing DNA by making use of video coding
tools in order to alleviate storage, transmission, and analysis
problems?
Problem Statement
57
ELIS – Multimedia Lab
• Modular and extensible
- thanks to the use of the pipes and filters design pattern
• Block-based compression
- allows selecting the best coding tool per block (adaptivity)
- enables random access, streaming, and parallel processing
Codec Architecture (1/2)
Input filter Encoding filter
Pipe
Output filter
Pipe PipePipe
Statistics
58
ELIS – Multimedia Lab
Codec Architecture (2/2)
Efficiency
FunctionalityEffectiveness
Proposed
solution
SOTA
allowing for a flexible trade-off between
efficiency, effectiveness, and functionality
has always been a major design goal
59
ELIS – Multimedia Lab
• Effectiveness: compression of the human Y chromosome
• Efficiency
- < 3 minutes: 4.30 MB
- 10 minutes: 4.21 MB
- 7 hours: 3.75 MB
Experimental Results
Format File size (MB)
No compression (FASTA) 18.70
Binary 7.01
Huffman 5.16
Proposed framework (December 2014) 4.26
Proposed framework with CABAC (August 2015) 3.75
60
ELIS – Multimedia Lab
• Compression
- support for the protein alphabet
- performance optimizations (I/O, GPU)
• Privacy protection and streaming
- encryption
• Compressed-domain manipulation
- only download and decode that part of the compressed
genome that belongs to a particular gene (region-of-interest)
• DCC + MPEG standardization
Future Activities
Past
Future
61
ELIS – Multimedia Lab
• Teaching activities
- Ghent University Global Campus
- Ghent University Home Campus
• Research activities
- Ghent University Home Campus
- Ghent University Global Campus
Outline
62
ELIS – Multimedia Lab
Deep Learning for Biotech Data
Deep machine
learning
Multimedia
data
Biotech
data
SongdoGhent
important: unique (specialized) use cases and corresponding data sets,
given the current speed of change in the field of deep learning
63
ELIS – Multimedia Lab
Use Case 1: Quantification of Parasite Movement
64
ELIS – Multimedia Lab
• What?
- commonly used in chemistry to create a fingerprint by
which molecules can be identified
• Applications
- medical diagnosis and food analysis (a/o)
Use Case 2: Raman Spectroscopy (1/2)
65
ELIS – Multimedia Lab
• Challenges?
- data: vast amounts of data
- device: different devices,
different characteristics
- noise: environment, side effects
- composite materials:
overlapping signals
• Goal
- noise-robust automatic Raman spectrum identification
using signal processing and machine learning techniques
Use Case 2: Raman Spectroscopy (2/2)
66
ELIS – Multimedia Lab
iMinds & ETRI
R&D collaboration in the field of IoT,
Big Data, and network communication (5G)
joint international research labs
(in Songdo?)
67
ELIS – Multimedia Lab
• Memoranda of Understanding (MoU)
• Joint research projects (legal status GUGC-K?)
• Joint doctoral degrees
• Visits of master’s and Ph.D. students in Spring 2016?
- GPU cluster in Songdo (for deep CNNs, a/o)
• 4 Xeon CPUs
• 8 Titan Black GPUs with 96 GB of memory
• 128 GB of system memory
• 2 TB SSD + 16 TB of storage capacity
• 3200 Watt of power consumption
Further Ideas
ELIS – Multimedia Lab

Más contenido relacionado

La actualidad más candente

Deep Learning for Computer Vision (3/4): Video Analytics @ laSalle 2016
Deep Learning for Computer Vision (3/4): Video Analytics @ laSalle 2016Deep Learning for Computer Vision (3/4): Video Analytics @ laSalle 2016
Deep Learning for Computer Vision (3/4): Video Analytics @ laSalle 2016Universitat Politècnica de Catalunya
 
Awareness Inaugural Meeting Amsterdam 2010
Awareness Inaugural Meeting Amsterdam 2010Awareness Inaugural Meeting Amsterdam 2010
Awareness Inaugural Meeting Amsterdam 2010awarenessproject
 
Inaugural awareness-meeting-dec-2010
Inaugural awareness-meeting-dec-2010Inaugural awareness-meeting-dec-2010
Inaugural awareness-meeting-dec-2010awarenessproject
 
MDEC Data Matters Series: machine learning and Deep Learning, A Primer
MDEC Data Matters Series: machine learning and Deep Learning, A PrimerMDEC Data Matters Series: machine learning and Deep Learning, A Primer
MDEC Data Matters Series: machine learning and Deep Learning, A PrimerPoo Kuan Hoong
 
Deep Video Object Tracking 2020 - Xavier Giro - UPC TelecomBCN Barcelona
Deep Video Object Tracking 2020 - Xavier Giro - UPC TelecomBCN BarcelonaDeep Video Object Tracking 2020 - Xavier Giro - UPC TelecomBCN Barcelona
Deep Video Object Tracking 2020 - Xavier Giro - UPC TelecomBCN BarcelonaUniversitat Politècnica de Catalunya
 
Neural networks
Neural networksNeural networks
Neural networksdemotaller
 
Kadir A_20160804_res_tea
Kadir A_20160804_res_teaKadir A_20160804_res_tea
Kadir A_20160804_res_teaKadir A Peker
 
Continual/Lifelong Learning with Deep Architectures, Vincenzo Lomonaco
Continual/Lifelong Learning with Deep Architectures, Vincenzo LomonacoContinual/Lifelong Learning with Deep Architectures, Vincenzo Lomonaco
Continual/Lifelong Learning with Deep Architectures, Vincenzo LomonacoData Science Milan
 
Self-Supervised Audio-Visual Learning - Xavier Giro - UPC TelecomBCN Barcelon...
Self-Supervised Audio-Visual Learning - Xavier Giro - UPC TelecomBCN Barcelon...Self-Supervised Audio-Visual Learning - Xavier Giro - UPC TelecomBCN Barcelon...
Self-Supervised Audio-Visual Learning - Xavier Giro - UPC TelecomBCN Barcelon...Universitat Politècnica de Catalunya
 
Mapping the European TEL Project Landscape Using Social Network Analysis and ...
Mapping the European TEL Project Landscape Using Social Network Analysis and ...Mapping the European TEL Project Landscape Using Social Network Analysis and ...
Mapping the European TEL Project Landscape Using Social Network Analysis and ...Michael Derntl
 

La actualidad más candente (12)

Deep Learning for Computer Vision (3/4): Video Analytics @ laSalle 2016
Deep Learning for Computer Vision (3/4): Video Analytics @ laSalle 2016Deep Learning for Computer Vision (3/4): Video Analytics @ laSalle 2016
Deep Learning for Computer Vision (3/4): Video Analytics @ laSalle 2016
 
Awareness Inaugural Meeting Amsterdam 2010
Awareness Inaugural Meeting Amsterdam 2010Awareness Inaugural Meeting Amsterdam 2010
Awareness Inaugural Meeting Amsterdam 2010
 
Inaugural awareness-meeting-dec-2010
Inaugural awareness-meeting-dec-2010Inaugural awareness-meeting-dec-2010
Inaugural awareness-meeting-dec-2010
 
MDEC Data Matters Series: machine learning and Deep Learning, A Primer
MDEC Data Matters Series: machine learning and Deep Learning, A PrimerMDEC Data Matters Series: machine learning and Deep Learning, A Primer
MDEC Data Matters Series: machine learning and Deep Learning, A Primer
 
Speaker ID II (D4L1 Deep Learning for Speech and Language UPC 2017)
Speaker ID II (D4L1 Deep Learning for Speech and Language UPC 2017)Speaker ID II (D4L1 Deep Learning for Speech and Language UPC 2017)
Speaker ID II (D4L1 Deep Learning for Speech and Language UPC 2017)
 
Deep Video Object Tracking 2020 - Xavier Giro - UPC TelecomBCN Barcelona
Deep Video Object Tracking 2020 - Xavier Giro - UPC TelecomBCN BarcelonaDeep Video Object Tracking 2020 - Xavier Giro - UPC TelecomBCN Barcelona
Deep Video Object Tracking 2020 - Xavier Giro - UPC TelecomBCN Barcelona
 
Neural networks
Neural networksNeural networks
Neural networks
 
Kadir A_20160804_res_tea
Kadir A_20160804_res_teaKadir A_20160804_res_tea
Kadir A_20160804_res_tea
 
Continual/Lifelong Learning with Deep Architectures, Vincenzo Lomonaco
Continual/Lifelong Learning with Deep Architectures, Vincenzo LomonacoContinual/Lifelong Learning with Deep Architectures, Vincenzo Lomonaco
Continual/Lifelong Learning with Deep Architectures, Vincenzo Lomonaco
 
Self-Supervised Audio-Visual Learning - Xavier Giro - UPC TelecomBCN Barcelon...
Self-Supervised Audio-Visual Learning - Xavier Giro - UPC TelecomBCN Barcelon...Self-Supervised Audio-Visual Learning - Xavier Giro - UPC TelecomBCN Barcelon...
Self-Supervised Audio-Visual Learning - Xavier Giro - UPC TelecomBCN Barcelon...
 
SemTech2010
SemTech2010SemTech2010
SemTech2010
 
Mapping the European TEL Project Landscape Using Social Network Analysis and ...
Mapping the European TEL Project Landscape Using Social Network Analysis and ...Mapping the European TEL Project Landscape Using Social Network Analysis and ...
Mapping the European TEL Project Landscape Using Social Network Analysis and ...
 

Destacado

Quantitative & Qualitative GEDU 6170
Quantitative & Qualitative GEDU 6170Quantitative & Qualitative GEDU 6170
Quantitative & Qualitative GEDU 6170Saad Chahine
 
Precision Medicine enabling tools are not just NGS
Precision Medicine enabling tools are not just NGSPrecision Medicine enabling tools are not just NGS
Precision Medicine enabling tools are not just NGSCarlo Lucchesi
 
Are we ready for disruption in Translational Research through Digital Medicine?
Are we ready for disruption in Translational Research through Digital Medicine?Are we ready for disruption in Translational Research through Digital Medicine?
Are we ready for disruption in Translational Research through Digital Medicine?Ashish Atreja, MD, MPH
 
Nerviano Site, Italy Operations
Nerviano Site, Italy OperationsNerviano Site, Italy Operations
Nerviano Site, Italy OperationsVista MediClub
 
Effectiveness of the current dominant approach to integrated care in the NHS
Effectiveness of the current dominant approach to integrated care in the NHSEffectiveness of the current dominant approach to integrated care in the NHS
Effectiveness of the current dominant approach to integrated care in the NHSNuffield Trust
 
Garrett fitzgerald - Clinical and Translational Research in the USA - 2009
Garrett fitzgerald - Clinical and Translational Research in the USA - 2009Garrett fitzgerald - Clinical and Translational Research in the USA - 2009
Garrett fitzgerald - Clinical and Translational Research in the USA - 2009ipposi
 
Science dissemination 2.0: Social media for researchers. Practical workshop.
Science dissemination 2.0: Social media for researchers. Practical workshop. Science dissemination 2.0: Social media for researchers. Practical workshop.
Science dissemination 2.0: Social media for researchers. Practical workshop. Xavier Lasauca i Cisa
 
Biotechnology and its application
Biotechnology and its applicationBiotechnology and its application
Biotechnology and its applicationMSCW Mysore
 
Urban design analysis, Circulation, Architecture, London, Redevelopment studies
Urban design analysis, Circulation, Architecture, London, Redevelopment  studiesUrban design analysis, Circulation, Architecture, London, Redevelopment  studies
Urban design analysis, Circulation, Architecture, London, Redevelopment studiesSujeet Thakare
 
Evaluation of the Integrated Care and Support Pioneers Programme
Evaluation of the Integrated Care and Support Pioneers ProgrammeEvaluation of the Integrated Care and Support Pioneers Programme
Evaluation of the Integrated Care and Support Pioneers ProgrammeNuffield Trust
 
Human Resource Management
Human Resource ManagementHuman Resource Management
Human Resource Managementgumbhir singh
 

Destacado (17)

Quantitative & Qualitative GEDU 6170
Quantitative & Qualitative GEDU 6170Quantitative & Qualitative GEDU 6170
Quantitative & Qualitative GEDU 6170
 
Precision Medicine enabling tools are not just NGS
Precision Medicine enabling tools are not just NGSPrecision Medicine enabling tools are not just NGS
Precision Medicine enabling tools are not just NGS
 
Are we ready for disruption in Translational Research through Digital Medicine?
Are we ready for disruption in Translational Research through Digital Medicine?Are we ready for disruption in Translational Research through Digital Medicine?
Are we ready for disruption in Translational Research through Digital Medicine?
 
Biotechnology Sectore Report - December 2016
Biotechnology Sectore Report - December 2016Biotechnology Sectore Report - December 2016
Biotechnology Sectore Report - December 2016
 
Alopecia Areata Research Summit Summary
Alopecia Areata Research Summit SummaryAlopecia Areata Research Summit Summary
Alopecia Areata Research Summit Summary
 
Nerviano Site, Italy Operations
Nerviano Site, Italy OperationsNerviano Site, Italy Operations
Nerviano Site, Italy Operations
 
Effectiveness of the current dominant approach to integrated care in the NHS
Effectiveness of the current dominant approach to integrated care in the NHSEffectiveness of the current dominant approach to integrated care in the NHS
Effectiveness of the current dominant approach to integrated care in the NHS
 
Garrett fitzgerald - Clinical and Translational Research in the USA - 2009
Garrett fitzgerald - Clinical and Translational Research in the USA - 2009Garrett fitzgerald - Clinical and Translational Research in the USA - 2009
Garrett fitzgerald - Clinical and Translational Research in the USA - 2009
 
Science dissemination 2.0: Social media for researchers. Practical workshop.
Science dissemination 2.0: Social media for researchers. Practical workshop. Science dissemination 2.0: Social media for researchers. Practical workshop.
Science dissemination 2.0: Social media for researchers. Practical workshop.
 
urban design project 3
urban design project 3urban design project 3
urban design project 3
 
Urban Design Definition
Urban Design DefinitionUrban Design Definition
Urban Design Definition
 
Biotechnology and its application
Biotechnology and its applicationBiotechnology and its application
Biotechnology and its application
 
Urban design analysis, Circulation, Architecture, London, Redevelopment studies
Urban design analysis, Circulation, Architecture, London, Redevelopment  studiesUrban design analysis, Circulation, Architecture, London, Redevelopment  studies
Urban design analysis, Circulation, Architecture, London, Redevelopment studies
 
Evaluation of the Integrated Care and Support Pioneers Programme
Evaluation of the Integrated Care and Support Pioneers ProgrammeEvaluation of the Integrated Care and Support Pioneers Programme
Evaluation of the Integrated Care and Support Pioneers Programme
 
Elements of Urban Design
Elements of Urban DesignElements of Urban Design
Elements of Urban Design
 
Preparing Your Research Material for the Future - 2017-02-22 - Humanities Div...
Preparing Your Research Material for the Future - 2017-02-22 - Humanities Div...Preparing Your Research Material for the Future - 2017-02-22 - Humanities Div...
Preparing Your Research Material for the Future - 2017-02-22 - Humanities Div...
 
Human Resource Management
Human Resource ManagementHuman Resource Management
Human Resource Management
 

Similar a Ghent University Multimedia Lab Research and Teaching Activities

Cloud Services for Education - HNSciCloud applied to the UP2U project
Cloud Services for Education - HNSciCloud applied to the UP2U projectCloud Services for Education - HNSciCloud applied to the UP2U project
Cloud Services for Education - HNSciCloud applied to the UP2U projectHelix Nebula The Science Cloud
 
Introduction to deep learning
Introduction to deep learningIntroduction to deep learning
Introduction to deep learningAmr Rashed
 
Nano-Tera General Presentation 2011
Nano-Tera General Presentation 2011Nano-Tera General Presentation 2011
Nano-Tera General Presentation 2011dalgetty
 
Deep Learning And Business Models (VNITC 2015-09-13)
Deep Learning And Business Models (VNITC 2015-09-13)Deep Learning And Business Models (VNITC 2015-09-13)
Deep Learning And Business Models (VNITC 2015-09-13)Ha Phuong
 
Deep learning introduction
Deep learning introductionDeep learning introduction
Deep learning introductiongiangbui0816
 
Remote Experimentation from Research to Education: A European Roadmap
Remote Experimentation from Research to Education: A European RoadmapRemote Experimentation from Research to Education: A European Roadmap
Remote Experimentation from Research to Education: A European RoadmapJohann Marquez-Barja
 
Presenting the EOSCpilot Science Demonstrators
Presenting the EOSCpilot Science DemonstratorsPresenting the EOSCpilot Science Demonstrators
Presenting the EOSCpilot Science DemonstratorsEOSCpilot .eu
 
2008 brokerage 02 test beds and living labs [compatibility mode]
2008 brokerage 02 test beds and living labs [compatibility mode]2008 brokerage 02 test beds and living labs [compatibility mode]
2008 brokerage 02 test beds and living labs [compatibility mode]imec.archive
 
2008 Brokerage 02 Test Beds And Living Labs [Compatibility Mode]
2008 Brokerage 02 Test Beds And Living Labs [Compatibility Mode]2008 Brokerage 02 Test Beds And Living Labs [Compatibility Mode]
2008 Brokerage 02 Test Beds And Living Labs [Compatibility Mode]imec.archive
 
Molecular autoencoder
Molecular autoencoderMolecular autoencoder
Molecular autoencoderDan Elton
 
Csedu2018 keynote saliah-hassane_final
Csedu2018 keynote saliah-hassane_finalCsedu2018 keynote saliah-hassane_final
Csedu2018 keynote saliah-hassane_finalHamadou Saliah-Hassane
 
Scaling Community Information Systems
Scaling Community Information SystemsScaling Community Information Systems
Scaling Community Information SystemsRalf Klamma
 
Gridforum Juergen Knobloch Grids For Science 20080402
Gridforum Juergen Knobloch Grids For Science 20080402Gridforum Juergen Knobloch Grids For Science 20080402
Gridforum Juergen Knobloch Grids For Science 20080402vrij
 
Deployment of remote experiments
Deployment of remote experiments  Deployment of remote experiments
Deployment of remote experiments guestcb3e966
 
Per Blixt - Fire results from call 5 and plans for call 7
Per Blixt - Fire results from call 5 and plans for call 7Per Blixt - Fire results from call 5 and plans for call 7
Per Blixt - Fire results from call 5 and plans for call 7Fire Conference 2010
 
Why Researchers are Using Advanced Networks
Why Researchers are Using Advanced NetworksWhy Researchers are Using Advanced Networks
Why Researchers are Using Advanced NetworksLarry Smarr
 

Similar a Ghent University Multimedia Lab Research and Teaching Activities (20)

iBrussels Partnership Program
iBrussels Partnership ProgramiBrussels Partnership Program
iBrussels Partnership Program
 
Cloud Services for Education - HNSciCloud applied to the UP2U project
Cloud Services for Education - HNSciCloud applied to the UP2U projectCloud Services for Education - HNSciCloud applied to the UP2U project
Cloud Services for Education - HNSciCloud applied to the UP2U project
 
Introduction to deep learning
Introduction to deep learningIntroduction to deep learning
Introduction to deep learning
 
Nano-Tera General Presentation 2011
Nano-Tera General Presentation 2011Nano-Tera General Presentation 2011
Nano-Tera General Presentation 2011
 
Deep Learning And Business Models (VNITC 2015-09-13)
Deep Learning And Business Models (VNITC 2015-09-13)Deep Learning And Business Models (VNITC 2015-09-13)
Deep Learning And Business Models (VNITC 2015-09-13)
 
Deep learning introduction
Deep learning introductionDeep learning introduction
Deep learning introduction
 
Deep learning
Deep learningDeep learning
Deep learning
 
Emerging Trends
Emerging TrendsEmerging Trends
Emerging Trends
 
Remote Experimentation from Research to Education: A European Roadmap
Remote Experimentation from Research to Education: A European RoadmapRemote Experimentation from Research to Education: A European Roadmap
Remote Experimentation from Research to Education: A European Roadmap
 
Presenting the EOSCpilot Science Demonstrators
Presenting the EOSCpilot Science DemonstratorsPresenting the EOSCpilot Science Demonstrators
Presenting the EOSCpilot Science Demonstrators
 
Fiber Int2
Fiber Int2Fiber Int2
Fiber Int2
 
2008 brokerage 02 test beds and living labs [compatibility mode]
2008 brokerage 02 test beds and living labs [compatibility mode]2008 brokerage 02 test beds and living labs [compatibility mode]
2008 brokerage 02 test beds and living labs [compatibility mode]
 
2008 Brokerage 02 Test Beds And Living Labs [Compatibility Mode]
2008 Brokerage 02 Test Beds And Living Labs [Compatibility Mode]2008 Brokerage 02 Test Beds And Living Labs [Compatibility Mode]
2008 Brokerage 02 Test Beds And Living Labs [Compatibility Mode]
 
Molecular autoencoder
Molecular autoencoderMolecular autoencoder
Molecular autoencoder
 
Csedu2018 keynote saliah-hassane_final
Csedu2018 keynote saliah-hassane_finalCsedu2018 keynote saliah-hassane_final
Csedu2018 keynote saliah-hassane_final
 
Scaling Community Information Systems
Scaling Community Information SystemsScaling Community Information Systems
Scaling Community Information Systems
 
Gridforum Juergen Knobloch Grids For Science 20080402
Gridforum Juergen Knobloch Grids For Science 20080402Gridforum Juergen Knobloch Grids For Science 20080402
Gridforum Juergen Knobloch Grids For Science 20080402
 
Deployment of remote experiments
Deployment of remote experiments  Deployment of remote experiments
Deployment of remote experiments
 
Per Blixt - Fire results from call 5 and plans for call 7
Per Blixt - Fire results from call 5 and plans for call 7Per Blixt - Fire results from call 5 and plans for call 7
Per Blixt - Fire results from call 5 and plans for call 7
 
Why Researchers are Using Advanced Networks
Why Researchers are Using Advanced NetworksWhy Researchers are Using Advanced Networks
Why Researchers are Using Advanced Networks
 

Más de Wesley De Neve

Towards diagnosis of rotator cuff tears in 3-D MRI using 3-D convolutional ne...
Towards diagnosis of rotator cuff tears in 3-D MRI using 3-D convolutional ne...Towards diagnosis of rotator cuff tears in 3-D MRI using 3-D convolutional ne...
Towards diagnosis of rotator cuff tears in 3-D MRI using 3-D convolutional ne...Wesley De Neve
 
Investigating the biological relevance in trained embedding representations o...
Investigating the biological relevance in trained embedding representations o...Investigating the biological relevance in trained embedding representations o...
Investigating the biological relevance in trained embedding representations o...Wesley De Neve
 
Impact of adversarial examples on deep learning models for biomedical image s...
Impact of adversarial examples on deep learning models for biomedical image s...Impact of adversarial examples on deep learning models for biomedical image s...
Impact of adversarial examples on deep learning models for biomedical image s...Wesley De Neve
 
Learning Biologically Relevant Features Using Convolutional Neural Networks f...
Learning Biologically Relevant Features Using Convolutional Neural Networks f...Learning Biologically Relevant Features Using Convolutional Neural Networks f...
Learning Biologically Relevant Features Using Convolutional Neural Networks f...Wesley De Neve
 
The 5th Aslla Symposium
The 5th Aslla SymposiumThe 5th Aslla Symposium
The 5th Aslla SymposiumWesley De Neve
 
Ghent University Global Campus 101
Ghent University Global Campus 101Ghent University Global Campus 101
Ghent University Global Campus 101Wesley De Neve
 
Booklet for the First GUGC Research Symposium
Booklet for the First GUGC Research SymposiumBooklet for the First GUGC Research Symposium
Booklet for the First GUGC Research SymposiumWesley De Neve
 
Center for Biotech Data Science at Ghent University Global Campus
Center for Biotech Data Science at Ghent University Global CampusCenter for Biotech Data Science at Ghent University Global Campus
Center for Biotech Data Science at Ghent University Global CampusWesley De Neve
 
Center for Biotech Data Science at Ghent University Global Campus
Center for Biotech Data Science at Ghent University Global CampusCenter for Biotech Data Science at Ghent University Global Campus
Center for Biotech Data Science at Ghent University Global CampusWesley De Neve
 
Learning biologically relevant features using convolutional neural networks f...
Learning biologically relevant features using convolutional neural networks f...Learning biologically relevant features using convolutional neural networks f...
Learning biologically relevant features using convolutional neural networks f...Wesley De Neve
 
Towards reading genomic data using deep learning-driven NLP techniques
Towards reading genomic data using deep learning-driven NLP techniquesTowards reading genomic data using deep learning-driven NLP techniques
Towards reading genomic data using deep learning-driven NLP techniquesWesley De Neve
 
Deep Machine Learning for Making Sense of Biotech Data - From Clean Energy to...
Deep Machine Learning for Making Sense of Biotech Data - From Clean Energy to...Deep Machine Learning for Making Sense of Biotech Data - From Clean Energy to...
Deep Machine Learning for Making Sense of Biotech Data - From Clean Energy to...Wesley De Neve
 
GUGC Info Session - Informatics and Bioinformatics
GUGC Info Session - Informatics and BioinformaticsGUGC Info Session - Informatics and Bioinformatics
GUGC Info Session - Informatics and BioinformaticsWesley De Neve
 
Ghent University Global Campus - Sungkyunkwan University: Workshop on Researc...
Ghent University Global Campus - Sungkyunkwan University: Workshop on Researc...Ghent University Global Campus - Sungkyunkwan University: Workshop on Researc...
Ghent University Global Campus - Sungkyunkwan University: Workshop on Researc...Wesley De Neve
 
Biotech Data Science @ GUGC in Korea: Deep Learning for Prediction of Drug-Ta...
Biotech Data Science @ GUGC in Korea: Deep Learning for Prediction of Drug-Ta...Biotech Data Science @ GUGC in Korea: Deep Learning for Prediction of Drug-Ta...
Biotech Data Science @ GUGC in Korea: Deep Learning for Prediction of Drug-Ta...Wesley De Neve
 
Exploring Deep Machine Learning for Automatic Right Whale Recognition and No...
 Exploring Deep Machine Learning for Automatic Right Whale Recognition and No... Exploring Deep Machine Learning for Automatic Right Whale Recognition and No...
Exploring Deep Machine Learning for Automatic Right Whale Recognition and No...Wesley De Neve
 
Deep Machine Learning for Automating Biotech Tasks Through Self-Learning Expe...
Deep Machine Learning for Automating Biotech Tasks Through Self-Learning Expe...Deep Machine Learning for Automating Biotech Tasks Through Self-Learning Expe...
Deep Machine Learning for Automating Biotech Tasks Through Self-Learning Expe...Wesley De Neve
 
Towards using multimedia technology for biological data processing
Towards using multimedia technology for biological data processingTowards using multimedia technology for biological data processing
Towards using multimedia technology for biological data processingWesley De Neve
 
Towards Twitter hashtag recommendation using distributed word representations...
Towards Twitter hashtag recommendation using distributed word representations...Towards Twitter hashtag recommendation using distributed word representations...
Towards Twitter hashtag recommendation using distributed word representations...Wesley De Neve
 
Orientation day at the Ghent University Global Campus in Korea: Introduction
Orientation day at the Ghent University Global Campus in Korea: IntroductionOrientation day at the Ghent University Global Campus in Korea: Introduction
Orientation day at the Ghent University Global Campus in Korea: IntroductionWesley De Neve
 

Más de Wesley De Neve (20)

Towards diagnosis of rotator cuff tears in 3-D MRI using 3-D convolutional ne...
Towards diagnosis of rotator cuff tears in 3-D MRI using 3-D convolutional ne...Towards diagnosis of rotator cuff tears in 3-D MRI using 3-D convolutional ne...
Towards diagnosis of rotator cuff tears in 3-D MRI using 3-D convolutional ne...
 
Investigating the biological relevance in trained embedding representations o...
Investigating the biological relevance in trained embedding representations o...Investigating the biological relevance in trained embedding representations o...
Investigating the biological relevance in trained embedding representations o...
 
Impact of adversarial examples on deep learning models for biomedical image s...
Impact of adversarial examples on deep learning models for biomedical image s...Impact of adversarial examples on deep learning models for biomedical image s...
Impact of adversarial examples on deep learning models for biomedical image s...
 
Learning Biologically Relevant Features Using Convolutional Neural Networks f...
Learning Biologically Relevant Features Using Convolutional Neural Networks f...Learning Biologically Relevant Features Using Convolutional Neural Networks f...
Learning Biologically Relevant Features Using Convolutional Neural Networks f...
 
The 5th Aslla Symposium
The 5th Aslla SymposiumThe 5th Aslla Symposium
The 5th Aslla Symposium
 
Ghent University Global Campus 101
Ghent University Global Campus 101Ghent University Global Campus 101
Ghent University Global Campus 101
 
Booklet for the First GUGC Research Symposium
Booklet for the First GUGC Research SymposiumBooklet for the First GUGC Research Symposium
Booklet for the First GUGC Research Symposium
 
Center for Biotech Data Science at Ghent University Global Campus
Center for Biotech Data Science at Ghent University Global CampusCenter for Biotech Data Science at Ghent University Global Campus
Center for Biotech Data Science at Ghent University Global Campus
 
Center for Biotech Data Science at Ghent University Global Campus
Center for Biotech Data Science at Ghent University Global CampusCenter for Biotech Data Science at Ghent University Global Campus
Center for Biotech Data Science at Ghent University Global Campus
 
Learning biologically relevant features using convolutional neural networks f...
Learning biologically relevant features using convolutional neural networks f...Learning biologically relevant features using convolutional neural networks f...
Learning biologically relevant features using convolutional neural networks f...
 
Towards reading genomic data using deep learning-driven NLP techniques
Towards reading genomic data using deep learning-driven NLP techniquesTowards reading genomic data using deep learning-driven NLP techniques
Towards reading genomic data using deep learning-driven NLP techniques
 
Deep Machine Learning for Making Sense of Biotech Data - From Clean Energy to...
Deep Machine Learning for Making Sense of Biotech Data - From Clean Energy to...Deep Machine Learning for Making Sense of Biotech Data - From Clean Energy to...
Deep Machine Learning for Making Sense of Biotech Data - From Clean Energy to...
 
GUGC Info Session - Informatics and Bioinformatics
GUGC Info Session - Informatics and BioinformaticsGUGC Info Session - Informatics and Bioinformatics
GUGC Info Session - Informatics and Bioinformatics
 
Ghent University Global Campus - Sungkyunkwan University: Workshop on Researc...
Ghent University Global Campus - Sungkyunkwan University: Workshop on Researc...Ghent University Global Campus - Sungkyunkwan University: Workshop on Researc...
Ghent University Global Campus - Sungkyunkwan University: Workshop on Researc...
 
Biotech Data Science @ GUGC in Korea: Deep Learning for Prediction of Drug-Ta...
Biotech Data Science @ GUGC in Korea: Deep Learning for Prediction of Drug-Ta...Biotech Data Science @ GUGC in Korea: Deep Learning for Prediction of Drug-Ta...
Biotech Data Science @ GUGC in Korea: Deep Learning for Prediction of Drug-Ta...
 
Exploring Deep Machine Learning for Automatic Right Whale Recognition and No...
 Exploring Deep Machine Learning for Automatic Right Whale Recognition and No... Exploring Deep Machine Learning for Automatic Right Whale Recognition and No...
Exploring Deep Machine Learning for Automatic Right Whale Recognition and No...
 
Deep Machine Learning for Automating Biotech Tasks Through Self-Learning Expe...
Deep Machine Learning for Automating Biotech Tasks Through Self-Learning Expe...Deep Machine Learning for Automating Biotech Tasks Through Self-Learning Expe...
Deep Machine Learning for Automating Biotech Tasks Through Self-Learning Expe...
 
Towards using multimedia technology for biological data processing
Towards using multimedia technology for biological data processingTowards using multimedia technology for biological data processing
Towards using multimedia technology for biological data processing
 
Towards Twitter hashtag recommendation using distributed word representations...
Towards Twitter hashtag recommendation using distributed word representations...Towards Twitter hashtag recommendation using distributed word representations...
Towards Twitter hashtag recommendation using distributed word representations...
 
Orientation day at the Ghent University Global Campus in Korea: Introduction
Orientation day at the Ghent University Global Campus in Korea: IntroductionOrientation day at the Ghent University Global Campus in Korea: Introduction
Orientation day at the Ghent University Global Campus in Korea: Introduction
 

Último

The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 

Último (20)

The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 

Ghent University Multimedia Lab Research and Teaching Activities

  • 1. ELIS – Multimedia Lab Ghent University and GUGC-K: Overview of Teaching and Research Activities Research Seminar KAIST, 18 August 2015 Wesley De Neve @wmdeneve Ghent University – iMinds & KAIST
  • 2. 2 ELIS – Multimedia Lab • Teaching activities - Ghent University Global Campus - Ghent University Home Campus • Research activities - Ghent University Home Campus - Ghent University Global Campus Outline
  • 3. 3 ELIS – Multimedia Lab • Teaching activities - Ghent University Global Campus - Ghent University Home Campus • Research activities - Ghent University Home Campus - Ghent University Global Campus Outline
  • 5. 5 ELIS – Multimedia Lab Ghent University, Belgium Rector: Prof. Anne De Paepe Vice-rector: Prof. Freddy Mortier Ghent University Global Campus, Korea Campus President: Prof. Jozef Vercruysse Campus Vice-president: Dr. Thomas Buerman
  • 8. 8 ELIS – Multimedia Lab Incheon Global Campus (IGC) University of Utah George Mason University Ghent University SUNY at Stonybrook University of Nevada
  • 9. 9 ELIS – Multimedia Lab Bachelor Master PhD Environmental Technology Molecular Biotechnology Food Technology
  • 10. 10 ELIS – Multimedia Lab Molecular Biotechnology Food Technology Bachelor Master PhD Double Accreditation Resident and Flying Faculty Ghent University Degree Quality Control Ghent University Appointment Integrated Research Plan Environmental Technology
  • 11. 11 ELIS – Multimedia Lab Research-focused program Practical excersises in laboratories Graduation project Double accreditation NVAO January - August 2013 MoE March – November 2013 Ghent University degree Company internships One semester in Belgium
  • 14. 14 ELIS – Multimedia Lab English Biology Mathematics Inorganic chemistry Organic chemistry Informatics PhysicsBiochemistryMolecular biology Genetics StatisticsEconomics Marketing Modeling Simulation Process engineering Legislation Process technology Entrepreneurship Intellectual property Project management Process control
  • 15. 15 ELIS – Multimedia Lab Teaching Activities Informatics 1 (Fall term – 5 credits) Informatics 2 (Spring term – 5 credits)
  • 16. 16 ELIS – Multimedia Lab • Teaching activities - Ghent University Global Campus - Ghent University Home Campus • Research activities - Ghent University Home Campus - Ghent University Global Campus Outline
  • 17. 17 ELIS – Multimedia Lab • Course content - management, analysis, and visualization of large- scale datasets • Lecture on the art of (deep) machine learning • Hands-on session - word2vec for natural language processing (NLP) - Apache Spark Teaching Activities Big Data Science (Spring term)
  • 18. 18 ELIS – Multimedia Lab • Teaching activities - Ghent University Global Campus - Ghent University Home Campus • Research activities - Ghent University Home Campus - Ghent University Global Campus Outline
  • 19. 19 ELIS – Multimedia Lab TERRAIN CLASSIFICATION FOR HYPERSPECTRAL IMAGES Viktor Slavkovikj
  • 20. 20 ELIS – Multimedia Lab • Hyperspectral images - each pixel contains hundreds of measurements of the electromagnetic spectrum - often captured through remote sensing • e.g., through a camera mounted on an airplane • Problem: how to do terrain classification? - e.g., corn, wheat, and woods Problem Statement
  • 21. 21 ELIS – Multimedia Lab Architecture Convolutional Neural Network input layer convolutional layer convolutional layer convolutional layer fully connected layer fully connected layer output layer output: one out of 16 terrain classes 800 hidden units (hyperbolic tangent) 800 hidden units (hyperbolic tangent) filter size: 9x16 filter size: 1x16 filter size: 1x16 input: 9 pixels and their spectral bands implementation: by means of Python and Lasagne, a lightweight library to quickly build and train neural networks in Theano
  • 22. 22 ELIS – Multimedia Lab Debugging the CNN Learned filters (𝑥-axis: wavelength, 𝑦-axis: response)
  • 23. 23 ELIS – Multimedia Lab • Data augmentation through the addition of Gaussian noise - minor impact - similar observation for max-pooling, ReLUs, and DropOut • Classification results on par with the state-of-the-art - overall accuracy between 80% and 95% Experimental Results Indian Pines Test results 5% training data 10% training data 20% training data Non-augmented Overall accuracy (%) 85.46 ± 1.73 92.76 ± 0.93 96.54 ± 0.47 Augmented Overall accuracy (%) 86.54 ± 0.30 92.70 ± 1.00 96.58 ± 0.55
  • 24. 24 ELIS – Multimedia Lab VIDEO CONTENT UNDERSTANDING Baptist Vandersmissen
  • 25. 25 ELIS – Multimedia Lab Goals Representation Learning using Neural Networks Spatial & Temporal Feature Construction Generation of Fine-grained Descriptions Focus on Video Content Understanding objects, actions, & scenes
  • 26. 26 ELIS – Multimedia Lab Techniques Main focus is on neural network techniques that are able to capture temporal behaviour 3-D Convolutional Neural Networks Recurrent Long Short-Term Memory Networks “Convolve over spatial (2D) and/or temporal domain (3D) to acquire knowledge of input” “Process sequence of inputs and acquire knowledge based on memory cells” Recurrent Reservoir Computing Networks “Randomly assigned weights in the reservoir, combined with a readout layer using linear regression” baseline video features: IDTF, AlexNet (ImageNet), C3D (FAIR) implementation: Theano, Caffe, and Lasagne
  • 27. 27 ELIS – Multimedia Lab Data Focus on Action recognition dataset Crawled Vine videos ‘Realistic action videos’ Social and mobile content Well-known and widely used Noisy and short-form data UCF101
  • 28. 28 ELIS – Multimedia Lab First Exemplary Approach Convolutional Neural Network Long Short-Term Memory Network f1 … fnf2 video Representation f2 … Representation f1 Representation fn Video Representation Classification
  • 29. 29 ELIS – Multimedia Lab Second Exemplary Approach Convolutional Neural Network Classification Convolutional Neural Network f1 … fn f2 m1 … mk m2 raw frames motion flows Fusion Video Representation
  • 30. 30 ELIS – Multimedia Lab RESERVOIR COMPUTING FOR VIDEO EVENT DETECTION Azarakhsh Jalalvand
  • 31. 31 ELIS – Multimedia Lab • Goal - detect the status of a door: open, closed, half-open - use of a simple, efficient, and effective system • Approach - use of a fixed low-resolution camera (30×30 pixels) • privacy reasons: people are not recognizable • low bandwidth needed to stream the data - use of Reservoir Computing Networks (RCNs) • good in modeling temporal information (cf. speech) • good in dealing with noisy data Video Event Detection (1/2)
  • 32. 32 ELIS – Multimedia Lab • Implemented solution: small neural network of 200 nodes - fast training • reservoir: random assignment of connection weights • readout layer: gradient descent for linear regression - real-time response - robust against noise • low light conditions & people occurring Video Event Detection (2/2) Reservoir
  • 34. 34 ELIS – Multimedia Lab • Reservoir computing for visual content analysis - handwritten digit recognition (MNIST) - house number detection and recognition Next Steps
  • 35. 35 ELIS – Multimedia Lab TWITTER MICROPOST MODELING Frederic Godin
  • 36. 36 ELIS – Multimedia Lab Problem statement Current Natural Language Processing (NLP) research focuses on “clean” text: news articles, Wikipedia articles… What about noisy, short-form, and unstructured microposts? Lack of correct spelling, a lot of slang Lack of context Lack of consistent grammar rules (~structure)
  • 37. 37 ELIS – Multimedia Lab A simple, general but effective neural network architecture (1) Use Google’s word2vec (=simplified neural network) to generate good feature representations for words (=unsupervised learning) Feed word representations to another neural network (NN) for any classification task (=supervised learning) Tweet Feature representation Machine learning: classification Label Learn word2vec word representations once in advance Train a new NN for any NLP task
  • 38. 38 ELIS – Multimedia Lab A simple, general but effective neural network architecture (2) W(t-1) W(t) W(t+1) L o o k u p N-dim N-dim N-dim Feed forward neural network Label(W(t)) Tweet Feature representation Machine learning: classification Label Concatenate (3N-dim)Window = 3 from Seoul to Im going from Seoul to Daejeon. #KTX
  • 39. 39 ELIS – Multimedia Lab Word2vec: automatically learning good features Model trained on 400 million tweets having 5 billion words 2-D projection of a 400-D space of the top 1000 words used on Twitter
  • 40. 40 ELIS – Multimedia Lab Part-of-Speech tagging: is it a verb, noun or article? Im going from L o o k u p 400D 400D 400D FFNN: 400 hidden nodes Verb slang NIPS Workshop on Modern Machine Learning Methods and Natural Language Processing
  • 41. 41 ELIS – Multimedia Lab Named Entity Recognition: is it a location, company or TV show (1)? from Seoul to L o o k u p 400D 400D 400D FFNN: 400 hidden nodes Location The same word representations The same network, but with different weights
  • 42. 42 ELIS – Multimedia Lab Named Entity Recognition: is it a location, company or TV show (2)? Used both “standard” features as word representations Only using word representations ACL 2015 Workshop on Noisy User-generated Text
  • 43. 43 ELIS – Multimedia Lab Next Steps Replace word2vec word representations with character representations Use Convolution Neural Networks as pattern filters, to prevent a huge increase in vocabulary size (e.g., a convolutional filter should be able to map “the" and "da" onto the same pattern) Combine character representations to form word representations that can be classified
  • 44. 44 ELIS – Multimedia Lab HUMOR DETECTION ON TWITTER Abhineshwar Tomar
  • 45. 45 ELIS – Multimedia Lab • Observation - lots of humor on Twitter • Question - can we automatically detect humorous tweets? • Motivation - humor is engaging (ads!) - creation of intelligent agents with social & emotional skills Humor Detection on Twitter
  • 46. 46 ELIS – Multimedia Lab • Different kinds of humor - sarcastic humor - black humor - self-deprecating humor - satire - parody • Personal context • Multimodal tweets • Language usage Why Humor Detection on Twitter Is Challenging
  • 47. 47 ELIS – Multimedia Lab • Binary classification problem: humorous or non-humorous • Collection of tweets in English - tweets containing #lol, #rofl, #lmao, #funny, #hilarious, … - dataset of 373,498 tweets • 50/50 humorous and non-humorous • Features - word2vec • Classification technique - feed-forward neural network with ReLUs Approach (1/2)
  • 48. 48 ELIS – Multimedia Lab Approach (2/2) 300-D tweet vector Google’s word2vec Humorous/ non- humorous Feed-forward neural network 300-D input layer 400-D hidden ReLU layer 350-D hidden ReLU layer 200-D hidden ReLU layer 2-D output layer Tweet Please kill Jar Jar Binks please
  • 49. 49 ELIS – Multimedia Lab Classification accuracy: 81.07% Preliminary Results Humorous Tweets You know you're at a Croatian jam whn your uncle forces you to take shots ..... I've finally learned how to play spades Watermelon inside of a watermelon!! My fav vine! Some boys will wear dark sunglasses in Church, then be blaming God later when they end up as Welders It's so weird to thing that over in the other side of the country there are people going to sleep while I'm getting up Got a new TV set for downstairs and my dad said "I bet I can do this in 15 minutes" and almost 1 hour later it's nearly finished #RapLikeLilWayne I walk while I sleep. Call that Sleep walkin!!!! #whaddup
  • 50. 50 ELIS – Multimedia Lab • Collect more training data by making use of Reddit • Experimentation with recurrent neural network techniques • Multimodal word/concept vector representations, integrating both textual and visual information Next Steps
  • 51. 51 ELIS – Multimedia Lab MULTIMODAL CONDITION MONITORING FOR WIND TURBINES Olivier Janssens
  • 52. 52 ELIS – Multimedia Lab Healthy wind turbine Broken wind turbine • Multi-sensor monitoring of bearings to detect faults early on - infrared imaging, vibration data, and temperature data • Classification - white box models: random decision forests and SVMs - black box models: CNNs Condition Monitoring: Failure Prevention
  • 53. 53 ELIS – Multimedia Lab Condition Monitoring: Smearing Fault Detection
  • 54. 54 ELIS – Multimedia Lab • Infrared imaging analysis - handcrafted features + SVM: accuracy of 88.25% • Vibration data analysis - handcrafted features + RDF: accuracy of 87.25% - CNN: accuracy of 91.77% • Ongoing research: ensembling - creation of a multimodal system using early and/or late fusion Some Observations
  • 55. 55 ELIS – Multimedia Lab GENOMIC DATA COMPRESSION Tom Paridaens
  • 56. 56 ELIS – Multimedia Lab • Challenge: data handling - DNA sequencing is outrunning DNA storage, transmission, and analysis • Research question - how about compressing DNA by making use of video coding tools in order to alleviate storage, transmission, and analysis problems? Problem Statement
  • 57. 57 ELIS – Multimedia Lab • Modular and extensible - thanks to the use of the pipes and filters design pattern • Block-based compression - allows selecting the best coding tool per block (adaptivity) - enables random access, streaming, and parallel processing Codec Architecture (1/2) Input filter Encoding filter Pipe Output filter Pipe PipePipe Statistics
  • 58. 58 ELIS – Multimedia Lab Codec Architecture (2/2) Efficiency FunctionalityEffectiveness Proposed solution SOTA allowing for a flexible trade-off between efficiency, effectiveness, and functionality has always been a major design goal
  • 59. 59 ELIS – Multimedia Lab • Effectiveness: compression of the human Y chromosome • Efficiency - < 3 minutes: 4.30 MB - 10 minutes: 4.21 MB - 7 hours: 3.75 MB Experimental Results Format File size (MB) No compression (FASTA) 18.70 Binary 7.01 Huffman 5.16 Proposed framework (December 2014) 4.26 Proposed framework with CABAC (August 2015) 3.75
  • 60. 60 ELIS – Multimedia Lab • Compression - support for the protein alphabet - performance optimizations (I/O, GPU) • Privacy protection and streaming - encryption • Compressed-domain manipulation - only download and decode that part of the compressed genome that belongs to a particular gene (region-of-interest) • DCC + MPEG standardization Future Activities Past Future
  • 61. 61 ELIS – Multimedia Lab • Teaching activities - Ghent University Global Campus - Ghent University Home Campus • Research activities - Ghent University Home Campus - Ghent University Global Campus Outline
  • 62. 62 ELIS – Multimedia Lab Deep Learning for Biotech Data Deep machine learning Multimedia data Biotech data SongdoGhent important: unique (specialized) use cases and corresponding data sets, given the current speed of change in the field of deep learning
  • 63. 63 ELIS – Multimedia Lab Use Case 1: Quantification of Parasite Movement
  • 64. 64 ELIS – Multimedia Lab • What? - commonly used in chemistry to create a fingerprint by which molecules can be identified • Applications - medical diagnosis and food analysis (a/o) Use Case 2: Raman Spectroscopy (1/2)
  • 65. 65 ELIS – Multimedia Lab • Challenges? - data: vast amounts of data - device: different devices, different characteristics - noise: environment, side effects - composite materials: overlapping signals • Goal - noise-robust automatic Raman spectrum identification using signal processing and machine learning techniques Use Case 2: Raman Spectroscopy (2/2)
  • 66. 66 ELIS – Multimedia Lab iMinds & ETRI R&D collaboration in the field of IoT, Big Data, and network communication (5G) joint international research labs (in Songdo?)
  • 67. 67 ELIS – Multimedia Lab • Memoranda of Understanding (MoU) • Joint research projects (legal status GUGC-K?) • Joint doctoral degrees • Visits of master’s and Ph.D. students in Spring 2016? - GPU cluster in Songdo (for deep CNNs, a/o) • 4 Xeon CPUs • 8 Titan Black GPUs with 96 GB of memory • 128 GB of system memory • 2 TB SSD + 16 TB of storage capacity • 3200 Watt of power consumption Further Ideas

Notas del editor

  1. 52
  2. 53