Skip to content

2018-19

Fall 2018

Aug. 24

"Learning-Compression" Algorithm and Its Application for Neural Network Pruning, Yerlan Idelbayev, EECS, UC Merced

Abstract

In this talk we will discuss model compression in general and an algorithm to achieve it, and its specific case for neural network pruning. Pruning a neural net consists of removing weights with the goal of minimally degrading its performance. This is an old problem of renewed interest because of the need to compress ever larger nets so they can run on mobile devices. We formulate pruning as an optimization problem of finding the weights that minimize the loss while satisfying a pruning cost condition. We give a generic algorithm to solve this which alternates "learning" steps that optimize a regularized, data-dependent loss and "compression" steps that mark weights for pruning in a data-independent way. Using a single pruning-level user parameter, we achieve state-of-the-art pruning in LeNet-s and ResNet-s of various sizes.

Biography

Yerlan Idelbayev is a 3rd year PhD student of EECS department studying under the supervision of Prof. Miguel Carreira-Perpinan. Before UC Merced he studied Information Systems in International IT University in Almaty, Kazakhstan, and Computer Science in UC San Diego. His research interests consist of nonlinear optimization, neural networks and their compression.

Aug. 31

Interactive Exploratory Analytics of Big Spatial Data, Dr. Ahmed Eldawy, Assistant Professor, University of California, Riverside

Abstract

Recently, there has been a tremendous growth in the amount of big spatial data that are acquired by different sources such as satellites, IoT sensors, smartphones, autonomous cars, and others. For decades, end-users were familiar with an interactive exploratory interface that allows them to apply spatial operations and explore the results in real-time. However, the increasing volume of the data makes it unpractical to provide the desired exploratory and real-time interface. This talk presents a new system paradigm that overcomes the limitation of the existing system by providing an approximate and incremental query processing for big spatial data. The system consists of three modules, synoptic computation, incremental indexing, and interactive visualization. The synoptic computation module scales up the query processing by providing a real-time approximate answer over small-size synopses of the data such as samples and histograms. The incremental indexing module works in the background and incrementally organizes the data over a cluster of machines to speed up the query processing. Finally, the interactive visualization module presents the results in a visual format which allows the users to inspect the query answers. Preliminary results on the proposed system show that it can bridge the gap between the user requirements for interactivity and the increasing volume of big spatial data.

Biography

Ahmed Eldawy is an Assistant Professor in Computer Science at the University of California Riverside. His research interests lie in the broad area of databases with a focus on big data management and spatial data processing. Ahmed is the main inventor of SpatialHadoop, the most comprehensive open source system for big spatial data management. Ahmed has many collaborators in industrial research labs including Microsoft Research and IBM Watson. He was awarded the best poster award in SIGSPATIAL 2017, Quality Metrics Fellowship in 2016, Doctoral Dissertation Fellowship in 2015, and Best Poster Runner-up award in ICDE 2014.

Sept. 7

Indoor Human Information Acquisition from Physical Vibrations, Dr. Shijia Pan, Postdoctoral Fellow, Carnegie Mellon University

Abstract

The number of everyday smart devices (such as smart TV, Samsung SmartThings, Nest, Google Home) is projected to grow to the billions in the coming decade. The Cyber-Physical Systems or Internet of Things systems that consist of these devices are used to obtain human information for various smart building applications. Different sensing approaches have been explored, including vision-, sound-, RF-, mobile-, and load-based methods, to obtain various indoor human information. From the system perspective, general problems faced by these existing technologies are their sensing requirements (e.g., line-of-sight, high deployment density, carrying a device) and intrusiveness (e.g., privacy concerns).
My research focuses on non-intrusive indoor human information acquisition through ambient structural vibration, which is referred to as "structures as sensors". People's interaction with structures in the ambient environment (e.g., floor, table, door) induces those structures to vibrate. By capturing and analyzing the vibration response of structures, we can indirectly infer information about the people and their actions that cause it. However, challenges remain. Due to the complexity of the physical world (in this case, both structures and people), sensing data distributions can change significantly under different sensing conditions. Therefore, from the data perspective, accurate information learning through a pure data-driven approach requires a large amount of labeled data, which is costly and difficult if not impossible to obtain in real-world sensing applications. My research addresses these challenges by combining physical knowledge and data-driven approaches. Specifically, my system can robustly learn human information from limited labeled data distributions by iteratively expanding the labeled dataset. With insights into the relationship between changes of sensing data distributions and measurable physical attributes, the iterative algorithm guides the expansion order by measured physical attributes to ensure a high learning accuracy in each iteration.

Biography

Dr. Shijia Pan is a postdoctoral researcher at Carnegie Mellon University. She received her Bachelor's degree in Computer Science and Technology from University of Science and Technology of China and her Ph.D. degree in Electrical and Computer Engineering at Carnegie Mellon University. Her research interests include cyber-physical systems, Internet-of-Things (IoT), and ubiquitous computing. She worked in multiple disciplines and focused on indoor human information acquisition through ambient sensing. She has published in both top-tier Computer Science ACM/IEEE conferences (IPSN, UbiComp) and high-impact Civil Engineering journals (Journal of Sound and Vibration, Frontiers Built Environment). She is the recipient of numerous awards and fellowships, including Rising Stars in EECS, Nick G. Vlahakis Graduate Fellowship, Google Anita Borg Scholarship, Best Poster Awards (SenSys, IPSN), Best Demo Award (Ubicomp), Best Presentation Award (SenSys Doctoral Colloquium), and Audience Choice Award (BuildSys) from ACM/IEEE conferences.

Sept. 28

Augmenting Collaborations with Social Computing Interaction Designs of Communication Channels, Dr. Hao-Chuan Wang, Associate Professor, University of California, Davis

Abstract

Collaboration and communication gaps, ranging from difficulties in expressing oneself or understanding another person, to failure in coordinating actions in teamwork, are prevalent problems to individuals and organizations. While improving personal communication skills continues to be important, designing digital communication channels to afford what group collaboration needs, can offer solutions with scalability and cost-efficiency. In this talk, I will conceptualize social computing interaction design as a meta-solution to shape group behaviors toward more desirable processes and outcomes. I will demonstrate the approach with our recent work tackling different tasks and contexts, such as creative brainstorming, cross-lingual conversation, and generating and understanding referential expressions in remote collaborative work.

Biography

Hao-Chuan Wang is an Acting Associate Professor in the Department of Computer Science, University of California, Davis. Before joining UC Davis, he was an Associate Professor in National Tsing Hua University, Taiwan (NTHU), Taiwan from 2012 to 2018. He's also affiliated with National Taiwan University (NTU)'s IoX Research Center as a Principal Investigator. He has formed international collaborations with peer researchers in North America and Asia, as well as industrial collaborations with Intel Labs, Microsoft Research, and Google. Dr. Wang's main research interest lies in the collaborative and social aspects of Human-Computer Interaction (HCI). His work integrates system design and the behavioral sciences of social computing research for problem solving and value creation. His recent projects include system designs for supporting multilingual collaboration, motion sensing-based analytics for studying non-verbal behaviors in mediated conversations, and studies of interpersonal knowledge transfer for augmenting human work in the future. Dr. Wang is an active member of international and regional HCI communities, including ACM SIGCHI, CSCW and Chinese CHI. He also served as a member in the Steering Committees of CSCW and Chinese CHI, and was a Subcommittee Chair for ACM CHI 2017 and 2018.

Oct. 12

Characterization and Modeling of Error Resilience in HPC Applications Luanzheng Guo, EECS, UC Merced

Abstract

As HPC systems scale in size and power, the danger of silent errors, i.e., errors that can bypass hardware detection mechanisms and impact application state, grows dramatically. Consequently, applications running on HPC systems need to exhibit resilience to soft errors. Previous work has found that, for certain codes, this resilience can come for free, i.e., some applications are naturally resilient. However, we still lacks fundamental understanding on the program constructs that result in such natural error resilience. Understanding such nature resilience is critical for error detection and recovery to avoid overprotecting regions of code that are naturally resilient.

In this talk, we will present our research efforts to capture and characterize application natural resilience, based on which we can quantify and model application resilience. This talk has two parts. In the first part, will discuss FlipTracker, a framework designed to extract resilience code patterns using fine-grained tracking of error propagation and resilience properties. The framework and patterns enable a deeper understanding of resilience properties of applications. We also show how we can guide application design towards natural resilience using resilience code patterns.

In the second part, we will discuss PARIS, a resilience prediction method that makes resilience predictions of fault manifestations using resilience code patterns and machine learning models. PARIS can predict the possibility of all fault manifestations, while the state-of-the-art resilience prediction model cannot. PARIS is also much faster (up to 450x speedup) than the traditional method (i.e., random fault injection).

Biography

Luanzheng Guo is a Ph.D. student of Computer Science at the University of California Merced. His study is under the supervision of Professor Dong Li. His research area is High Performance Computing System with a focus on fault tolerance in large-scale parallel systems. During his Ph.D. study, his poster was nominated as the best poster candidate in SC'16. He is a lead student volunteer in SC18. He is a reviewer of a couple of prestigious conferences and international journals. He was recognized as an outstanding reviewer by Elsevier in 2018. He was a summer intern at Lawrence Livermore National Laboratory in 2015-2018. Recently, his research is featured by HPCwire in its What's New in HPC Research. He is a student member of IEEE, ACM, and SIGHPC.

Oct. 19

Walnut Rootstock Development for Sustainable Nut Production: What Things Are, What They Look Like and Why Big Data, Dr. Andreas Westphal, Assistant Cooperative Extension Specialist, Assistant Nematologist, Kearney Agricultural Research and Extension Center

Abstract

Walnut is under constant attack by soil-borne plant pathogens including crown gall, root rots, and plant-parasitic nematodes. Because of the lifetime expectancy of walnut orchards of at least three to four decades, a high level of sustainable management and mitigation strategies for these soil-dwelling nematodes are paramount. Using rootstocks with elevated resistance and tolerance to all of these damaging organisms is an environmentally friendly and sustainable approach to reduce reliance on costly and possibly environment impacting management practices. Built on previous successes, a group of researchers from several UC campuses, USDA-ARS, the California State University of Fresno, and UCANR has formed to investigate the potential of walnut germplasm (Juglans spp.) to generate such rootstocks. Interspecific crosses within Juglans have been made, taken into tissue culture by embryo rescue, and regenerated into clonal plants. Recent efforts have focused on two breeding populations with ca. 300 genotypes of clonal offspring. These are characterized for responses against different soil-borne pathogens including Crown gall, Phytophthora root rots, and plant-parasitic nematodes. In parallel, each genotype is sequenced to create a genotypic map. As soon as phenotypic maps become available, these will be overlaid on the genotypic map to identify quantitative trait loci (QTL). Depending on the time necessary for the pathogen testing, progress varies among pathogen systems. Goal of these efforts are to improve breeding strategies, release new superior rootstocks, and to convey information on plant utility and economics to the walnut stakeholders.

Biography

Andreas Westphal is a native to Germany. He completed his College and early University training in Germany before pursuing his Ph.D. in the US. For two decades, he has been working in several nematode-host plant systems. His research endeavors encompass nematode management in several annual crops including maize, potato, small grains, soybean, sugar beet, watermelon and others. After a scientist role at the German resort research institute "Julius Kühn-Institut", he focused his research emphasis on host plant resistance and tolerance research in perennial crops. Since his employment with UC Riverside in 2015, he directs selection efforts for nematode resistance and tolerance in Walnut, Prunus, Pistachio, and grape. He also conducts management research in these crops.

Oct. 26

Microscope on Memory: FPGA Acceleration of Computer Memory System Assessments, Dr. Maya B. Gokhale, Distinguished Member of Technical Staff, Lawrence Livermore National Laboratory

Abstract

Recent advances in new memory technologies and packaging options has focused attention on computer memory system design and evaluation. Examples include high bandwidth memories such as Hybrid Memory Cube and HBM, 3DXpoint non-volatile memory, STT-MRAM, and ReRAM. Emerging memories display a wide range of bandwidths, latencies, and capacities, making it challenging for the computer architect to navigate the design space of potential memory configurations, and for the application developer to assess performance impact of complex memory systems.

The Logic in Memory Emulator (LiME) is an FPGA-based hardware/software tool specially designed for memory system evaluation and experiment. LiME uses the Xilinx Zynq UltraScale+ Multi Processor System on Chip (MPSoC) to capture any/all memory access, either from the CPU (Processing System or PS) or the FPGA (Programmable Logic or PL). LiME employs novel loopback circuitry in conjunction with address map relocation to pass memory references from the PS into the PL side. The memory request is looped back into the PS DRAM memory controller and concurrently processed by LiME.

We have demonstrated three high value use cases: non-intrusive memory access logging, emulation of multiple memory systems by passing the memory request through delay registers before entering the PS memory subsystem, and emulation of acceleration engines that can independently access memory. In this talk, I will describe this novel application of state-of-the-art FPGA embodied by the LiME framework and highlight its uses.

Biography

Maya Gokhale is Distinguished Member of Technical Staff at the Lawrence Livermore National Laboratory, USA. Her career spans research conducted in academia, industry, and National Laboratories. Maya received a Ph.D. in Computer Science from University of Pennsylvania. Her current research interests include data intensive architectures and reconfigurable computing. Maya's Streams-C programming language and compiler was adoptd by Impulse Accelerated Technologies as the basis for Impulse C. Maya is co-recipient of an R&D 100 award for the Trident C-to-FPGA compiler, co-recipient of four patents related to memory architectures for embedded processors, reconfigurable computing architectures, and cybersecurity, and co-author of more than one hundred technical publications. Maya is a member of Phi Beta Kappa and a Fellow of the IEEE for contributions to reconfigurable computing technology.

Nov. 2

Limited-memory Quasi-Newton Optimization Methods for Deep Learning Jacob Rafati Heravi EECS, UC Merced

Abstract

Deep learning algorithms often require solving a highly non-linear and nonconvex unconstrained optimization problem. Generally, methods for solving the optimization problems in deep learning are restricted to the class of first-order algorithms, like stochastic gradient descent (SGD). SGD methods has several drawbacks such as undesirable effect of not escaping saddle-points and requirement for tuning so many hyper parameters. Using the second-order curvature information to find the search direction can help with more robust convergence for the non-convex optimization problem. However, computing the Hessian matrix for the large-scale problems in not computationally practical. Alternatively, quasi-Newton methods construct an approximate of Hessian matrix to build a quadratic model of the objective function. Quasi-Newton methods, like SGD, require only first-order gradient information, but they can result in superlinear convergence, which makes them attractive alternatives for solving the non-convex optimization problem in deep learning. In this talk, I will introduce limited-memory quasi-Newton optimization methods that are efficient for deep learning problems such as classification and regression of big data.

Biography

Jacob Rafati is a Ph.D. candidate in the Electrical Engineering and Computer Science program at the University of California, Merced. He is also a member of Dr. David C. Noelle’s Computational Cognitive Neuroscience Lab. His research focus is on Optimization, Machine Learning and Reinforcement Learning. This talk is based on his recent collaborative research work that involves investigating and implementing alternative optimization methods for large-scale machine learning problems, such as deep learning and deep reinforcement learning. For more details about this project visit his website at http://rafati.net.

Nov. 9

Artificial Intelligence: How Customer Reactions Impact Innovation, Dr. Lisa Yeo, Assistant Professor, University of California, Merced

Abstract

Artificial Intelligence (AI) technologies are often included as product features (e.g., facial and voice recognition, autonomous driving) that drive product and service innovation. However, such innovations increase software complexity, leading to security and privacy issues. Customer reactions to security or privacy failures may affect product demand; customer demand reaction to the security or privacy implications of new features, such as AI-driven technology, plays a role in regulating the rate of innovation. This work examines the trade-off between product innovation and the increased risk of security breaches in AI-enabled products and services.

Biography

Dr. Lisa Yeo is an Assistant Professor in the Ernest & Julio Management program at UC Merced who works to help organizations understand how to safely govern the data and information they need to compete. By focusing on people and process, Lisa believes that organizations can design and build information systems that make it easy to protect privacy and prevent security breaches without requiring extensive investments in security layers after the fact. Lisa has worked in information security for 15 years as both a technical specialist and a business advisor. During this time, she wrote the book Personal Firewalls, protected the infrastructure for the Alberta Legislature, and guided the secure connection of all public libraries in Alberta as part of the Alberta SuperNet project. Lisa holds a B. Math in Applied Math from the University of Waterloo and an MBA and PhD (Operations & Information Systems) from the University of Alberta.

Nov. 16

Remote Sensing Image Analysis Based on Deep Learning, Dr. Dengfeng Chai, Associate Professor, Institute of Spatial Information Technique, Zhejiang University

Abstract

Extracting information of interest from remote sensing images, such as taken from satellites or aircraft, is a long-standing problem, yet one which has benefited significantly over the past few years from advances in deep learning. In this talk, we cover some of the advances in remote sensing image analysis based on deep learning and present our recent research in the field. In particular, we describe our work on cloud and cloud shadow detection in Landsat multi-spectral imagery, and our work on extracting geo-objects of interest from high resolution satellite and aerial imagery.

Biography

Dr. Dengfeng Chai is an associate professor at the Institute of Spatial Information Technique, Zhejiang University, China. He received his PhD from the State Key Lab of CAD&CG at Zhejiang University. Before that, he received his Master’s degree from the State Key Lab of Information Engineering in Surveying, Mapping and Remote Sensing at Wuhan University and his Bachelor’s degree from Wuhan University. He was a postdoctoral fellow at Department of Photogrammetry, University of Bonn, Germany. He is currently a visiting scholar at the University of California, Merced where he is being hosted by Prof. Shawn Newsam. His research interests include photogrammetry and remote sensing, computer vision and pattern recognition, mainly focusing on statistical approaches and spatial models for object recognition and extraction from remote sensing images, especially deep learning based approaches. He is a principle investigator of two projects supported by National Natural Science Foundation of China and one project supported by Zhejiang Provincial Natural Science Foundation of China. He has published at ICCV, CVPR and Pattern Recognition among other venues.

Nov. 30

Designing Alternative Sensory Channels: Visualizing Nonverbal Communication through AR and VR Systems for People with Autism, Dr. LouAnne Boyd, Assistant Professor, Chapman University

Abstract

Social communication is one key component to success and happiness. Our ability to express our needs and wants as well as understand others is central to our connection to one another and our availability to teach and learn. Challenges with social communication puts learning on hold and youth at risk for bullying, social isolation, and potentially serious mental-health concerns. Thus, supporting social skills of people with autism could have a positive impact on both the social and mental wellbeing of individuals with autism. Although much researched has focused on supporting social skills broadly, little attention has been paid to developing effective nonverbal behaviors-which are necessary to initiate, maintain, and gracefully terminate a social interaction. The talk describes the design and evaluate the effect of realtime visualizations of prosody and proximity through three lab-based experiments as well as interviewing the participants and family members about their experience with these novel AR and VR technologies. The results from the interviews with participants and parents about their experiences highlight issues of usability, learnability, and comfortability of the systems culminate in an assistive technology design concept-Sensory Accommodation Framework-which provides four technical mechanisms for supporting sensory perception differences through computation.

Biography

Dr. LouAnne Boyd is an Assistant Professor of Software Engineering and Computer Science Department in Chapman's Schmid College of Science and Technology. Her current research interests in Human-Computer Interaction include designing, developing, and evaluating novel assistive and accessible technologies for neurodiverse users. LouAnne holds a B.A. in psychology from Washington University in St. Louis, a M.A. in psychology from Towson University, and a Ph.D. in Informatics from UC Irvine. She also is a Board Certified Behavior Analyst with over 20 years of professional clinical experience working with neurodiverse people in hospital, school, home, and community settings. Her overarching goal is to promoting diversity and inclusion. To that end, her current HCI research explores technical mechanisms to support sensory accommodation for assistive technology users.

Dec. 7

Architectural Study for Deep Learning Era Dr. Hyeran Jeon Assistant Professor, San Jose State University


Spring 2019

Jan. 25

Physiological Sensing on the Face for inferring Cognitive States Benjamin Tag Ph.D. Candidate, Graduate Shcool of Media Design, Keio University, Japan
Host: Dr. Ahmed Arif

Abstract

Awareness of fluctuating levels of cognitive performance measures will support better management of tasks, allow for the development of new adaptable user interfaces informed by cognitive states, and will potentially serve long term health of users by avoiding frustration resulting from mismatched task demand and available cognitive performance. Technology pervasively surrounds us and enables a virtually uninterrupted information retrieval and distribution, resulting in a constant communication between people and computers. One of the key functions of a computer is to support its user and react to input with the response expected or desired by the users, requiring an understanding of context. By using explicit and implicit input modalities we can increase the information density and allow computers to better interpret the user's context, making them context-aware. This research has mainly used consumer products, such as eyewear equipped with sensors for measuring eye movement, and infrared cameras and sensors to obtain measurements of changing facial temperature. We are showing that available solutions enable us to infer states of alertness, sustained attention, and cognitive workload. The concepts, results, and tools detailed in this research, can help professionals, researchers and students to gain insights into the potential of context-aware systems, here in particular cognition-aware systems.

Biography

Benjamin Tag is a Ph.D. candidate and researcher at the Graduate School of Media Design at Keio University. His research interest is located in the fields of Human-Computer Interaction, with special focus on Cognition-Aware Systems. He is investigating ways to understand human cognition by combining methods from the fields of cognitive psychology and pervasive computing. Specifically, he is interested in using ubiquitous technologies to augment the process of knowledge acquisition through implementing proactive recommender and intervention systems.

Feb. 1

Large Scale Training of Deep Convolutional Neural NetworksDr. Naoya Maruyama Research Scientist, Lawrence Livermore National Lab
Host: Dr. Dong Li

 

Feb. 8

Towards Better User Interfaces for 3D Dr. Wolfgang Suerzlinger Professor, School of Interactive Arts + Technology, Simon Fraser University, Canada
Host: Dr. Ahmed Arif

 

Feb. 15

Multi-robot Exploration of Spatial-temporal Varying Fields, Dr. Wencen Wu, Assistant Professor, Department of Computer Engineering, San Jose State University
Host: Dr. Wan Du

 

Feb. 22

Analytics for Text Entry Methods and Research, Dr. Scott MacKenzie, Associate Professor, Department of Electrical Engineering & Computer Science, York University, Canada
Host: Dr. Ahmed Arif

Abstract

A common task for users of desktop or mobile computers is the input of text. Whether preparing a report or 'texting' a friend about where to have lunch, we can't avoid this ubiquitous computing task. This talk will explore analytic methods of characterizing and comparing text input methods. We are interested in quantifying the work invested to enter text. For the Qwerty keyboard, entering "hello" takes five keystrokes. If input uses a soft keyboard on a smartphone combined with word completion, fewer keystrokes, or finger taps, are required. A special case is an ambiguous keyboard: fewer keys, >1 letter per key. The phone keypad places 26 letters on just 8 keys. But, what about other keyboards with 26 letters on, say, 7 keys, or 6 keys, or 5 keys, or ... How about text entry with just one key? This talk will present, compare, and quantify the text input process for a variety of keyboards, some with as few a 1 key.

Biography

Scott MacKenzie's research is in human-computer interaction with an emphasis on human performance measurement and modeling, experimental methods and evaluation, interaction devices and techniques, text entry, touch-based input, language modeling, accessible computing, gaming, and mobile computing. He has more than 170 peer-reviewed publications in the field of Human-Computer Interaction (including more than 30 from the ACM's annual SIGCHI conference) and has given numerous invited talks over the past 25 years. In 2015, he was elected into the ACM SIGCHI Academy. That same year he was the recipient of the Canadian Human-Computer Communication Society's (CHCCS) Achievement Award. Since 1999, he has been Associate Professor of Computer Science and Engineering at York University, Canada.

 

March 1

A New Discipline for a New Technology: Food Informatics and the Internet of Food, Dr. Matthew Lange, Research Scientist & Professional Food and Health Informatician, Food Science and Technology Department, University of California, Davis
In conjuction with the CITRIS FIT Seminar
Host: Dr. Joshua Viers

 

March 8

Fast and Parallelizable Ranking with Outliers from Pairwise Comparisons, Mahshid (Ashley) Montazer Qaem, Ph.D. Candidate, Electrical Engineering and Computer Science Department, University of California, Merced
Host: Dr. Sungjin Im

 

March 22

Stochastic Gradient Descent on Modern Hardware: Multi-core CPU or GPU? Synchronous or Asynchronous? Yujing Ma, Ph.D. Candidate, Electrical Engineering and Computer Science Department, University of California, Merced
Host: Dr. Florin Rusu

 

April 5

Generative Models for Robots Learning, Dr. Ajay Kumar Tanwani, Postodoctoral Scholar, Electrical Engineering and Computer Science, University of California, Berkeley
Host: Dr. Stefano Carpin

 

April 12

D3D: Distilled 3D Networks for Video Action Recognition, Dr. David Ross Researcher, Google AI
Host: Dr. Miguel Carreira-Perpinan

 

April 19

'Learning to Synthesize for Natural Image and Video Editing', and 'Learning to Stitch Videos', Yijun Li and Wei-Sheng Lai, Ph.D. Student and Ph.D. Candidate, Electrical Engineering and Computer Science Department, University of California, Merced
Host: Dr. Alberto Cerpa

Abstract

Visual synthesis is the process of creating new data through manipulating, editing or re-organizing existing data. However, attempts from non-experts often end up deviating from the manifold of real natural data, leading to unrealistic results with undesired artifacts. The goal of my research is to develop effective computational models to facilitate more realistic and stunning creations, which will bring brand new user experiences and transform the ways we communicate and collaborate. Along this direction, I have explored four different topics, including image enhancement, completion, stylization and video prediction. In this talk, I will mainly introduce the background and achievements of one topic, i.e., image/video stylization, which focuses on recomposing an image with new styles. Such a technique is not only useful for novel designs and creations, but also is an important step towards the understanding of factors that constitute images.

Biography

Yijun Li (https://sites.google.com/site/yijunlimaverick/) is a Ph.D. student in Vision and Learning Lab at University of California Merced, working with Prof. Ming-Hsuan Yang. His research interests lie in the areas of computer vision, computational photography, and machine learning. He previously received his M.S. degree from Shanghai Jiao Tong University and B.S. degree from Zhejiang University.

Abstract

Despite the long history of image and video stitching research, existing academic and commercial solutions still produce strong artifacts. In this work, we propose a wide-baseline video stitching algorithm that is temporally stable and tolerant to strong parallax. Our key insight is that stitching can be cast as a problem of learning a smooth spatial interpolation between the input videos. To solve this problem, inspired by pushbroom cameras, we introduce a fast pushbroom interpolation layer and propose a novel pushbroom stitching network, which learns a dense flow field to smoothly align the multiple input videos with spatial interpolation. Our approach outperforms the state-of-the-art by a significant margin, as we show with a user study, and has immediate applications in many areas such as virtual reality, immersive telepresence, autonomous driving, and video surveillance.

Biography

Wei-Sheng Lai (http://graduatestudents.ucmerced.edu/wlai24/) is a Ph.D. candidate of Electrical Engineering and Computer Science at the University of California Merced, under the advisement of Prof. Ming-Hsuan Yang. He received the B.S. and M.S. degree in Electrical Engineering from the National Taiwan University, Taipei, Taiwan, in 2012 and 2014, respectively. His research interests include computer vision, computational photography, and machine learning.

April 26

Human in the Loop: How to Satisfy User Comfort Requirements and Save Energy, Claudia Chitu Ph.D. Candidate, Visiting Fulbright Scholar, Electrical Engineering and Computer Science Department, University of California, Merced & Electronics, Telecommunications and Information Technology, University Politechnica of Bucarest, Romania
Host: Dr. Alberto Cerpa

 

May 3

Adaptive and Curious Deep Learning for Perception, Action, and Explanation,Dr. Trevor Darrell, Professor, Director Berkeley Deep Drive (BDD), Co-Director Berkeley Artificial Intelligence Research (BAIR), Computer Science Department, University of California Berkeley
Host: Dr. Shawn Newsam

 

May 10

Smart Buildings: HVAC Occupancy and Comfort-Based Model Predictive Control, Ashish Yadav, Graduate Student, Electrical Engineering and Computer Science Department, University of California, Merced
Host: Dr. Alberto Cerpa

Abstract

Heterogeneous architectures, especially Graphic Processing Units (GPU), has been embraced in modern computing for its tremendous computing power. Two factors critical for the performance of heterogeneous computing are memory performance and threads management. The former is essential for maximizing effective memory bandwidth of heterogeneous computing, while the latter is important for leveraging architectures’ concurrency and enabling flexible scheduling policies while minimizing runtime overhead. In this talk, I will focus on introducing two techniques for optimizing thread managements on GPUs. One is called Free Launch, which is designed for overcoming the shortcomings of hardware-based dynamic parallelism and the other one is named Effisha, which is a framework to enable block-level preemptive scheduling on GPU with little runtime overhead.

Biography

Dr. Guoyang Chen is currently a senior engineer (researcher) working on accelerating emerging machine learning algorithms on heterogeneous platforms at Alibaba Group US Inc. He received his Ph.D. degree of computer science from North Carolina State University (NCSU) in 2016 and BS degree of computer science from University of Science and Technology of China in 2012. His research interests span the areas of high performance computing, compiler optimizations and system architecture, with a focus on enabling both efficient software supports and program optimizations for heterogeneous computing and data intensive applications (e.g, data analytics and machine learning applications). Along those directions, he has developed novel solutions for data placement problems on GPU, enabling preemptive scheduling on GPU, eliminating the large overhead in dynamic parallelism on GPU, and systematic treatment to position independence on Non-Volatile Memory (NVM). His works have been published in 10+ top conferences and journals in both computer system and data engineering areas, such as MICRO, PPoPP, ICS, and ICDE.