西电计算机学院特色,Damon M. Chandler :CCF西电学生分会特色系列活动之一“计算讲堂(四)...

本文主要是介绍西电计算机学院特色,Damon M. Chandler :CCF西电学生分会特色系列活动之一“计算讲堂(四)...,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

报告名称:On the Quality Assessment of Driving Video

报告时间:2019年07月09日16:30-18:00

报告地点:西安电子科技大学北校区主楼四区209会议室

报 告 人:Damon M. Chandler 现为Shizuoka University的副教授,

IEEE高级会员,IEEE Transactions on Image Processing

和 the Journal of Electronic Imaging期刊的副主编

1e8cb42e5965a7fe2a5ae335457aaa91.png

报告人简介

Damon M. Chandler received the B.S. degree in biomedical engineering from The Johns Hopkins University, Baltimore, MD in 1998 and the M.Eng.,M.S.,and Ph.D. degrees in electrical engineering from Cornell University,Ithaca, NY,in 2000, 2003, and 2005, respectively. From 2005 to 2006, he was a Post-Doctoral Research Associate with the Department of Psychology, Cornell University,USA. From 2006 to 2015, he was with the faculty of the School of Electrical and Computer Engineering, Oklahoma State University, USA. He received the Eta Kappa Nu Outstanding OSU ECE Professor of the Year Award in 2008, and the Halliburton Foundation OSU Excellent Young Teacher Award in 2010. Dr. Chandler is currently an Associate Professor with the Department of Electrical and Electronic Engineering, Shizuoka University, Japan. He serves as an Associate Editor for the IEEE Transactions on Image Processing and the Journal of Electronic Imaging.

报告摘要

First-person video captured from the perspective of the driver has become increasingly prevalent due to its use in autonomous/remote driving and for evidence-gathering purposes (e.g, via dashcams). Although a great deal of research has focused on analysis of the video for segmentation purposes, little to no research has focused on quantifying the perceptual quality of the captured video. Such driving-video quality assessment (DVQA) can be very useful for optimizing compression, for detecting unreliable streaming events, and for warning/assisting the driver/system in the event of poor visibility.

In this talk, I will discuss our preliminary efforts on the creation of a DVAQ database in which human subjects were employed to assess the qualities of first-person driving videos under various natural and synthetic distortions. I will discuss the merits and shortcomings of the database, and I will demonstrate how computer-vision-based segmentation techniques can possibly be used to assist the QA process.

参会要求:

本次报告活动面向CCF会员,一名会员可携带一名非会员参加,非会员也可以现场扫码注册!

CCFF入会流程:登录www.ccf.org.cn在线提交申请;缴纳会费;资格生效。

学生会员会费标准:50元/年。

联系方式: chaonenglixidian.edu.cn

CCF西安电子科技大学学生分会

西安电子科技大学计算机科学与技术学院

这篇关于西电计算机学院特色,Damon M. Chandler :CCF西电学生分会特色系列活动之一“计算讲堂(四)...的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/313971

相关文章

Python并行处理实战之如何使用ProcessPoolExecutor加速计算

《Python并行处理实战之如何使用ProcessPoolExecutor加速计算》Python提供了多种并行处理的方式,其中concurrent.futures模块的ProcessPoolExecu... 目录简介完整代码示例代码解释1. 导入必要的模块2. 定义处理函数3. 主函数4. 生成数字列表5.

无法启动此程序因为计算机丢失api-ms-win-core-path-l1-1-0.dll修复方案

《无法启动此程序因为计算机丢失api-ms-win-core-path-l1-1-0.dll修复方案》:本文主要介绍了无法启动此程序,详细内容请阅读本文,希望能对你有所帮助... 在计算机使用过程中,我们经常会遇到一些错误提示,其中之一就是"api-ms-win-core-path-l1-1-0.dll丢失

Java计算经纬度距离的示例代码

《Java计算经纬度距离的示例代码》在Java中计算两个经纬度之间的距离,可以使用多种方法(代码示例均返回米为单位),文中整理了常用的5种方法,感兴趣的小伙伴可以了解一下... 目录1. Haversine公式(中等精度,推荐通用场景)2. 球面余弦定理(简单但精度较低)3. Vincenty公式(高精度,

windows和Linux使用命令行计算文件的MD5值

《windows和Linux使用命令行计算文件的MD5值》在Windows和Linux系统中,您可以使用命令行(终端或命令提示符)来计算文件的MD5值,文章介绍了在Windows和Linux/macO... 目录在Windows上:在linux或MACOS上:总结在Windows上:可以使用certuti

Python如何计算两个不同类型列表的相似度

《Python如何计算两个不同类型列表的相似度》在编程中,经常需要比较两个列表的相似度,尤其是当这两个列表包含不同类型的元素时,下面小编就来讲讲如何使用Python计算两个不同类型列表的相似度吧... 目录摘要引言数字类型相似度欧几里得距离曼哈顿距离字符串类型相似度Levenshtein距离Jaccard相

使用C#代码计算数学表达式实例

《使用C#代码计算数学表达式实例》这段文字主要讲述了如何使用C#语言来计算数学表达式,该程序通过使用Dictionary保存变量,定义了运算符优先级,并实现了EvaluateExpression方法来... 目录C#代码计算数学表达式该方法很长,因此我将分段描述下面的代码片段显示了下一步以下代码显示该方法如

如何用Java结合经纬度位置计算目标点的日出日落时间详解

《如何用Java结合经纬度位置计算目标点的日出日落时间详解》这篇文章主详细讲解了如何基于目标点的经纬度计算日出日落时间,提供了在线API和Java库两种计算方法,并通过实际案例展示了其应用,需要的朋友... 目录前言一、应用示例1、天安门升旗时间2、湖南省日出日落信息二、Java日出日落计算1、在线API2

如何测试计算机的内存是否存在问题? 判断电脑内存故障的多种方法

《如何测试计算机的内存是否存在问题?判断电脑内存故障的多种方法》内存是电脑中非常重要的组件之一,如果内存出现故障,可能会导致电脑出现各种问题,如蓝屏、死机、程序崩溃等,如何判断内存是否出现故障呢?下... 如果你的电脑是崩溃、冻结还是不稳定,那么它的内存可能有问题。要进行检查,你可以使用Windows 11

Spring Security 从入门到进阶系列教程

Spring Security 入门系列 《保护 Web 应用的安全》 《Spring-Security-入门(一):登录与退出》 《Spring-Security-入门(二):基于数据库验证》 《Spring-Security-入门(三):密码加密》 《Spring-Security-入门(四):自定义-Filter》 《Spring-Security-入门(五):在 Sprin

科研绘图系列:R语言扩展物种堆积图(Extended Stacked Barplot)

介绍 R语言的扩展物种堆积图是一种数据可视化工具,它不仅展示了物种的堆积结果,还整合了不同样本分组之间的差异性分析结果。这种图形表示方法能够直观地比较不同物种在各个分组中的显著性差异,为研究者提供了一种有效的数据解读方式。 加载R包 knitr::opts_chunk$set(warning = F, message = F)library(tidyverse)library(phyl