We apologize if you receive multiple copies of this notice.
-----------------------------------------------------------------------------
ScalA’17: 8th Workshop on Latest Advances in
Scalable Algorithms for Large-Scale Systems
held in conjunction with the
SC17: The International Conference on High Performance
Computing, Networking, Storage and Analysis
in cooperation with ACM SIGHPC
November 13, 2017, Denver, CO, USA
<http://www.csm.ornl.gov/srt/conferences/Scala/2017>
Novel scalable scientific algorithms are needed in order to enable key
science applications to exploit the computational power of large-scale
systems. This is especially true for the current tier of leading petascale
machines and the road to exascale computing as HPC systems continue to scale
up in compute node and processor core count. These extreme-scale systems
require novel scientific algorithms to hide network and memory latency, have
very high computation/communication overlap, have minimal communication, and
have no synchronization points.
Scientific algorithms for multi-petaflop and exa-flop systems also need to be
fault tolerant and fault resilient, since the probability of faults increases
with scale. Resilience at the system software and at the algorithmic level is
needed as a crosscutting effort. Finally, with the advent of heterogeneous
compute nodes that employ standard processors as well as GPGPUs, scientific
algorithms need to match these architectures to extract the most performance.
This includes different system-specific levels of parallelism as well as
co-scheduling of computation. Key science applications require novel
mathematical models and system software that address the scalability and
resilience challenges of current- and future-generation extreme-scale HPC
systems.
Submission Guidelines
Authors are invited to submit manuscripts in English structured as technical
papers not exceeding 8 letter size (8.5in x 11in) pages including figures,
tables, and references using the ACM format for conference proceedings.
Submissions not conforming to these guidelines may be returned without
review. Reference style files are available at
<http://www.acm.org/sigs/publications/proceedings-templates>.
All manuscripts will be reviewed and judged on correctness, originality,
technical strength, and significance, quality of presentation, and interest
and relevance to the workshop attendees. Submitted papers must represent
original unpublished research that is not currently under review for any
other conference or journal. Papers not following these guidelines will be
rejected without review and further action may be taken, including (but not
limited to) notifications sent to the heads of the institutions of the
authors and sponsors of the conference. Submissions received after the due
date, exceeding length limit, or not appropriately structured may also not
be considered. At least one author of an accepted paper must register for
and attend the workshop. Authors may contact the workshop program chair for
more information. Papers should be submitted electronically at:
<https://easychair.org/conferences/?conf=scala17>.
Full papers will be published with the SC'17 workshop proceedings in the ACM
Digital Library and IEEE Xplore. Selected papers will be invited for an
extended version in a special issue of the Journal of Computational Science
(JoCS).
Important Dates
- Full paper submission: August 28, 2017
- Notification of acceptance: September 11, 2017
- Final paper submission (firm): October 9, 2017
- Workshop/conference early registration: TBD
- Workshop: November 13, 2017
Topics of interest include, but are not limited to:
- Novel scientific algorithms that improve performance, scalability,
resilience, and power efficiency
- Porting scientific algorithms and applications to many-core and
heterogeneous architectures
- Performance and resilience limitations of scientific algorithms and
applications at scale
- Crosscutting approaches (system software and applications) in addressing
scalability challenges
- Scientific algorithms that can exploit extreme concurrency (e.g. 1 billion
for exascale by 2020)
- Naturally fault tolerant, self-healing, or fault oblivious scientific
algorithms
- Programming model and system software support for algorithm scalability and
resilience
Workshop Chairs
- Vassil Alexandrov, Barcelona Supercomputing Center, Spain
- Al Geist, Oak Ridge National Laboratory, USA
- Jack Dongarra, University of Tennessee, Knoxville, USA
Workshop Program Chair
- Christian Engelmann, Oak Ridge National Laboratory, USA
Program Committee
- Vassil Alexandrov, Barcelona Supercomputing Center, Spain
- Hartwig Anzt, University of Tennessee, Knoxville, USA
- Rick Archibald, Oak Ridge National Laboratory, USA
- Franck Cappello, Argonne National Laboratory and
University of Illinois at Urbana Champaign, USA
- Zizhong Chen, University of California, Riverside, USA
- James Elliott, Sandia National Laboratories, USA
- Nahid Emad, University of Versailles SQ, France
- Christian Engelmann, Oak Ridge National Laboratory, USA
- Wilfried Gansterer, University of Vienna, Austria
- Michael Heroux, Sandia National Laboratories, USA
- Kirk E. Jordan, IBM T.J. Watson Research, USA
- Dieter Kranzlmueller, Ludwig-Maximilians-University Munich, Germany
- Ignacio Laguna, Lawrence Livermore National Laboratory, USA
- Piotr Luszczek, University of Tennessee, Knoxville, USA
- Michael Mascagni, Florida State University, USA
- Ron Perrot, University of Oxford, UK
- Yves Robert, ENS Lyon, France
- Stuart Slattery, Oak Ridge National Laboratory, USA
- Keita Teranishi, Sandia National Laboratories, USA
--
Christian Engelmann, Ph.D.
R&D Staff Scientist
Computer Science Research Group
Computer Science and Mathematics Division
Oak Ridge National Laboratory
Mail: P.O. Box 2008, Oak Ridge, TN 37831-6173, USA
Phone: +1 (865) 574-3132 / Fax: +1 (865) 576-5491
e-Mail: engelmannc(a)ornl.gov / Home: www.christian-engelmann.info
We apologize if you receive multiple copies of this call for papers.
--------------------------------------------------------------------------------
10th Workshop on Resiliency in High Performance Computing (Resilience)
in Clusters, Clouds, and Grids
<http://www.csm.ornl.gov/srt/conferences/Resilience/2017>
in conjunction with
the 23rd International European Conference on Parallel and Distributed
Computing (Euro-Par), Santiago de Compostela, Spain,
August 28 - September 1, 2017
<http://europar2017.usc.es>
Overview:
Resilience is a critical challenge as high performance computing (HPC)
systems continue to increase component counts, individual component
reliability decreases (such as due to shrinking process technology and
near-threshold voltage (NTV) operation), and software complexity increases.
Application correctness and execution efficiency, in spite of frequent
faults, errors, and failures, is essential to ensure the success of the
extreme-scale HPC systems, cluster computing environments, Grid computing
infrastructures, and Cloud computing services.
While a fault (e.g., a bug or stuck bit) is the cause of an error, its
manifestation as a state change is considered an error (e.g., a bad value
or incorrect execution), and the transition to an incorrect service is
observed as a failure (e.g., an application abort or system crash). A
failure in a computing system is typically observed through an application
abort or a full/partial service or system outage. A detectable correctable
error is often transparently handled by hardware, such as a single bit flip
in memory that is protected with single-error correction double-error
detection (SECDED) error correcting code (ECC). A detectable uncorrectable
error (DUE) typically results in a failure, such as multiple bit flips in
the same addressable word that escape SECDED ECC correction, but not
detection, and ultimately cause an application abort. An undetectable error
(UE) may result in silent data corruption (SDC), e.g., an incorrect
application output. There are many other types of hardware and software
faults, errors, and failures in computing systems.
Resilience for HPC systems encompasses a wide spectrum of fundamental and
applied research and development, including theoretical foundations, fault
detection and prediction, monitoring and control, end-to-end data integrity,
enabling infrastructure, and resilient solvers and algorithm-based fault
tolerance. This workshop brings together experts in the community to further
research and development in HPC resilience and to facilitate exchanges
across the computational paradigms of extreme-scale HPC, cluster computing,
Grid computing, and Cloud computing.
Submission Guidelines:
Authors are invited to submit papers electronically in English in PDF
format. Submitted manuscripts should be structured as technical papers and
BETWEEN 10 AND 12 PAGES, including figures, tables and references, using
Springer's Lecture Notes in Computer Science (LNCS) format at
<http://www.springer.com/computer/lncs?SGWID=0-164-6-793341-0>. Papers with
less than 10 or more than 12 pages will not be accepted due to publisher
guidelines. Submissions should include abstract, key words and the e-mail
address of the corresponding author. Papers not conforming to these
guidelines may be returned without review. All manuscripts will be reviewed
and will be judged on correctness, originality, technical strength,
significance, quality of presentation, and interest and relevance to the
conference attendees. Submitted papers must represent original unpublished
research that is not currently under review for any other conference or
journal. Papers not following these guidelines will be rejected without
review and further action may be taken, including (but not limited to)
notifications sent to the heads of the institutions of the authors and
sponsors of the conference. Submissions received after the due date or not
appropriately structured may also not be considered. The proceedings
will be published in Springer's LNCS as post-conference proceedings. At
least one author of an accepted paper must register for and attend the
workshop for inclusion in the proceedings. Authors may contact the workshop
program chairs for more information.
Important websites:
- Resilience 2017 Website: <http://www.csm.ornl.gov/srt/conferences/Resilience/2017>
- Resilience 2017 Submissions: <https://easychair.org/conferences/?conf=europar2017workshops>
- Euro-Par 2017 website: <http://europar2017.usc.es>
Topics of interest include, but are not limited to:
- Theoretical foundations for resilience:
- Metrics and measurement
- Statistics and optimization
- Simulation and emulation
- Formal methods
- Efficiency modeling and uncertainty quantification
- Fault detection and prediction:
- Statistical analyses
- Machine learning
- Anomaly detection
- Data and information collection
- Visualization
- Monitoring and control for resilience:
- Platform and application monitoring
- Response and recovery
- RAS theory and performability
- Application and platform knobs
- Tunable fidelity and quality of service
- End-to-end data integrity:
- Fault tolerant design
- Degraded modes
- Forward migration and verification
- Fault injection
- Soft errors
- Silent data corruption
- Enabling infrastructure for resilience:
- RAS systems
- System software and middleware
- Programming models
- Tools
- Next-generation architectures
- Resilient solvers and algorithm-based fault tolerance:
- Algorithmic detection and correction of hard and soft faults
- Resilient algorithms
- Fault tolerant numerical methods
- Robust iterative algorithms
- Scalability of resilient solvers and algorithm-based fault tolerance
Important Dates:
- Workshop papers due: May 5, 2017
- Workshop author notification: June 16, 2017
- Workshop early registration: TBD
- Workshop paper (for informal workshop proceedings): July 21, 2017
- Workshop camera-ready papers: October 3, 2017
General Co-Chairs:
- Stephen L. Scott
Senior Research Scientist - Systems Research Team
Tennessee Tech University and Oak Ridge National Laboratory, USA
scottsl(a)ornl.gov
- Chokchai (Box) Leangsuksun,
SWEPCO Endowed Associate Professor of Computer Science
Louisiana Tech University, USA
box(a)latech.edu
Program Co-Chairs:
- Patrick G. Bridges
University of New Mexico, USA
bridges(a)cs.unm.edu
- Christian Engelmann
Oak Ridge National Laboratory , USA
engelmannc(a)ornl.gov
Program Committee:
- Ferrol Aderholdt, Oak Ridge National Laboratory, USA
- Dorian Arnold, University of New Mexico, USA
- Rizwan Ashraf, Oak Ridge National Laboratory, USA
- Wesley Bland, Intel Corporation, USA
- Hans-Joachim Bungartz, Technical University of Munich, Germany
- Franck Cappello, Argonne National Laboratory and
University of Illinois at Urbana-Champaign, USA
- Marc Casas, Barcelona Supercomputer Center, Spain
- Zizhong Chen, University of California at Riverside, USA
- Robert Clay, Sandia National Laboratories, USA
- Miguel Correia, Universidade de Lisboa, Portugal
- Nathan DeBardeleben, Los Alamos National Laboratory, USA
- James Elliott, Sandia National Laboratories, USA
- Kurt Ferreira, Sandia National Laboratories, USA
- Michael Heroux, Sandia National Laboratories, USA
- Saurabh Hukerikar, Oak Ridge National Laboratory, USA
- Dieter Kranzlmueller, Ludwig-Maximilians University of Munich, Germany
- Sriram Krishnamoorthy, Pacific Northwest National Laboratory, USA
- Ignacio Laguna, Lawrence Livermore National Laboratory, USA
- Scott Levy, University of New Mexico, USA
- Kathryn Mohror, Lawrence Livermore National Laboratory, USA
- Christine Morin, INRIA Rennes, France
- Dirk Pflueger, University of Stuttgart, Germany
- Nageswara Rao, Oak Ridge National Laboratory, USA
- Alexander Reinefeld, Zuse Institute Berlin, Germany
- Rolf Riesen, Intel Corporation, USA
- Yves Robert, ENS Lyon, France
- Thomas Ropars, Universite Grenoble Alpes, France
- Martin Schulz, Lawrence Livermore National Laboratory, USA
- Keita Teranishi, Sandia National Laboratories, USA
--
Christian Engelmann, Ph.D.
R&D Staff Scientist
Computer Science Research Group
Computer Science and Mathematics Division
Oak Ridge National Laboratory
Mail: P.O. Box 2008, Oak Ridge, TN 37831-6173, USA
Phone: +1 (865) 574-3132 / Fax: +1 (865) 576-5491
e-Mail: engelmannc(a)ornl.gov / Home: www.christian-engelmann.info
Special Issue on Advances in Deep Learning for Real-Time Image Reconstruction and Processing ( ADLIR )
Journal of Real-Time Image Processing
The list of possible topics, but are not limited to:
Real-time image and video reconstruction algorithms
Real-time face reconstruction from depth images
New deep learning models for real-time image reconstruction and processing
New objective functions of deep learning for real-time image reconstruction
Real-time MRI and X-ray image processing
Real-time 3D image reconstruction, processing or segmentation
Deep learning and Hybrid models for real-time computational methods
Real-Time deep learning applications for image processing
Survey /review of deep learning in real-time image reconstruction
Submission Guideline:
Submitted papers should present original, unpublished work, relevant to one of the topics of the Special Issue. All submitted papers will be evaluated on the basis of relevance, the significance of contribution, technical quality, and quality of presentation, by at least three independent reviewers (the papers will be reviewed following standard peer-review procedures of the Journal). Manuscripts are requested according to the Guide for Authors available from the online submission page of the Journal of Real-Time Image Processing (JRTIP) at https://www.editorialmanager.com/rtip/default.aspx . We invite the prospective authors to submit their manuscript, via the online submission system in the main journal page. Please make sure you mention in your cover letter that you are submitting to this special issue (ADLIR).
Important Dates:
Paper submission due: April 30, 2019
First notification: June 30, 2019
Revision submission due: August 15, 2019
Final decision: October 30, 2019
Publication date: December 2019 (Tentative)
Note: accepted papers are made available online as Online First Articles soon after acceptance.
https://static.springer.com/sgw/documents/1650125/application/pdf/CALL+FOR+…
--
Pourya Shamsolmoali, PhD
Institute of Image Processing & Pattern Recognition
Shanghai Jiao Tong University, Shanghai, China.
Email: pshams(a)sjtu.edu.cn
Dear Colleague,
The 18th IEEE International Conference on Cognitive Informatics and Cognitive Computing (ICCI*CC'19) will be held at Polytechnic University of Milan, Italy during July 23-25, 2019 (http://www.ucalgary.ca/icci_cc/iccicc-19). The IEEE ICCI*CC series is a flagship conference of its field sponsored by IEEE CS, SMCS and etc. The theme of ICCI*CC’18 is on Cognitive Learning Systems, Brain-Inspired Systems, and Cognitive Robotics, as well as a Cognitive Arts & Science Track jointly sponsored by WAAS, and a Symbiotic Autonomous System Track jointly sponsored by the IEEE SAS Initiative.
You are welcome to submit a paper to IEEE ICCI*CC'19 or to organize a special session related to the theme of the conference. The Proceedings of ICCI*CC'19 will be published by IEEE CS Press (EI Indexed). A good rate of selected papers from the conference will be recommended to leading international journals and/or IEEE transactions with ISI/EI indexes.
Paper submission site is at https://easychair.org/conferences/?conf=ieeeiccicc2019 . Submission deadline will be on March 1 , 2019. We look forward to having an opportunity to meet you at IEEE ICCI*CC'19.
Sincerely,
IEEE ICCI*CC'19 Co-Chairs
HONORARY CHAIR: Prof. Bernard Widrow (Stanford Univ.) and Prof. Jerome Feldman (UC Berkeley)
GENERAL CO-CHAIRS: Prof. Rodolfo A. Fiorini (PolyU Milan, Italy), Prof. Yingxu Wang (U Calgary, Canada), and Prof. Newton Howard (U Oxford, UK)
PROGRAM CO-CHAIRS: Dr. Garry Jacobs (WAAS, USA) and Prof. Paolo Soda (U. of Rome, Italy)
_______________________________________________
This message was sent to all subscribers of IEEEicci13-L
To unsubscribe, see instructions at:
http://www.ucalgary.ca/it/email/mailman
E-mail: IEEEicci13-L(a)mailman.ucalgary.ca
Homepage: http://mailman.ucalgary.ca/mailman/listinfo/ieeeicci13-l
**********************************************************************
We apologize if you received multiple copies of this Call
Please feel free to distribute it to those who might be interested
**********************************************************************
Call for Workshop Proposals for HiPC 2019
**********************************************************************
26th IEEE International Conference on High Performance Computing, Data, and
Analytics
December 17-20, 2019, Hyderabad, India
https://hipc.org/
HiPC 2019 Call for Workshop Proposals
The 26th annual IEEE International Conference on High Performance
Computing, Data, and Analytics (HiPC 2019) will be held in Hyderabad,
India, December 17-20, 2019. Complementing the main technical program, HiPC
workshops serve to broaden the technical scope of the conference in
emerging areas of high performance computing, networking, data analytics,
and their applications.
Held on the first day of the conference, HiPC workshops will typically be
half-day events although proposals for full-day workshops will also be
considered. The papers accepted for presentation at the HiPC 2019 workshops
will be included in the workshops volume of the conference proceedings with
a separate ISBN (HiPCW 2019), and will be distributed online.
Post-conference, papers presented at the conference and eligible for
inclusion will be made available to the IEEE Xplore Digital Library.
Deadlines and Important Dates
* Workshop proposal submissions: April 8, 2019
* Workshop proposal notifications: April 30, 2019
* Workshop Website and CFP: May 15, 2019
Workshop organizers should further note the deadlines for their workshop
organization to coordinate the proceedings of the main conference:
* Notification of Workshop papers accepted October 14th, 2019
* Workshop Camera ready October 28th, 2019
* Final submission of workshop program and materials and full workshop
websites online: November 7, 2019
* Workshop date: December 17, 2019
WHAT/WHERE TO SUBMIT
Potential HiPC workshop organizers should submit a workshop proposal that
contains the items listed below. The proposal should also specify steps to
be taken to develop a high quality program committee and attract high
quality submissions to place the workshop(s) in a competitive international
landscape.
Workshops will be held on the first day of the conference, i.e., December
17th. Workshops may be proposed as a half day program, running for 3 hours
in the morning or afternoon, or as a full day program. In case of the
latter, organizers should explain how they will attract sufficient
participation to develop a full day program of peer reviewed papers.
Proposals to organize a workshop at HiPC 2019 should include:
* Description: title; topics to be addressed; goals; relevance and
significance to the main conference.
* Names, affiliations and contact information for organizers.
* Plans for soliciting submissions, and the process for selecting papers to
be presented at the workshop and included in the workshop proceedings.
* Tentative names of Keynote/ invited speakers
* Tentative PROGRAM outline identifying key elements such as panels,
discussion sessions, poster sessions, invited talks, etc.
* Tentative list of PC members to be recruited
* Detailed timeline of the peer-review process
Workshop Themes
====================
The topics of the proposed workshop should complement those listed in the
main conference call for papers.Each workshop should be centered around a
coherent theme or topic related to HPC and/or scalable data science; We
particularly encourage workshop themes that relate to emerging areas and/or
emerging application contexts of societal value (e.g., agriculture, energy,
sustainability, workforce development).
Workshop proposals will need to clearly state the purpose and the
applications of the techniques in the abstract. Workshop proposers will
also need to clearly identify how they are going to attract papers and
speakers. The proposal should not exceed three pages and should be
submitted as a pdf file to the HiPC Workshops Chairs at workshops(a)hipc.org .
For additional information about organizing an HiPC workshop, see the FAQs
sheet on the website.
WORKSHOP CO-CHAIRS
Vandana Janeja, University of Maryland, Baltimore County and Antonino Tumeo
Pacific Northwest National Laboratory
[Apologies if you receive multiple copies of this CFP]
NEWS: Submission information added and submission site available.
Call for Papers
4th IEEE International Conference on Rebooting Computing
Part of IEEE Rebooting Computing Week
6-8 November 2019
San Mateo, California
http://icrc.ieee.org/http://icrc.ieee.org/cfp/
The 4th IEEE International Conference on Rebooting Computing (ICRC 2019) will be held November 6-8 in the San Francisco Bay Area, California. ICRC is a premier venue for novel computing approaches. ICRC grew out of the IEEE Rebooting Computing Initiative (RCI), which was founded in 2012 to catalyze rethinking of the computer at all levels of the technology stack. The Rebooting Computing Committee represents thirteen IEEE Societies and Councils, and the membership in the Rebooting Computing Technical Community is approaching three thousand. For more information on the RCI please visit the Rebooting Computing Portal (http://rebootingcomputing.ieee.org).
Now in its 4th year, the IEEE International Conference on Rebooting Computing is the premier venue for forward looking computing, including algorithms and languages, system software, system and network architectures, new devices and circuits, and applications of new materials and physics. This is an interdisciplinary conference that has participation from a broad technical community, with emphasis on all aspects of the computing stack. The broad scope of ICRC extends to many areas of interest, including novel device physics and materials for post-Moore, beyond CMOS, and non-von Neumann computing paradigms.
———————————————
Topics of interest
———————————————
*Future computing approaches, including neuromorphic, brain-inspired computing, approximate and probabilistic, analog computing; computing based on novel device physics and materials (e.g., spin-based electronics, nonlinear dynamics and chaos); energy-efficient computing including reversible, adiabatic, and ballistic computing, superconductor and cryogenic computing; quantum computing; optical computing; biological and biochemical computing; Non-von Neumann computer architectures (e.g., in-memory processing, memory-based computing, cellular automata, or cellular neural networks).
*Future computing design aspects, including extending Moore’s law and augmenting CMOS; error-tolerant logic and circuits; future of design automation. post-CMOS, 3D, heterogeneous integration and packaging; future impact on performance, power, scalability, reliability, supportability
*Future Software and Applications, including beyond von Neumann system software issues (operating systems, compilers, security, and resource management); future computing programming paradigms and languages; applications suitable for and driving next generation computing (e.g., machine learning, deep learning.)
*Future computing use cases and prototypes, including ethics in design, implementation, and use; new technologies impacting the International Roadmap for Devices and Systems (IRDS); cybersecurity in future computing systems.
———————————————
Organizing Committee
———————————————
General co-Chairs: Cullen Bash (Hewlett Packard Enterprise) and Vivek Sarkar (Georgia Institute of Technology)
Program co-Chairs: Jim Ang (PNNL) and Paolo Faraboschi (Hewlett Packard Enterprise)
Full committee list: http://icrc.ieee.org/committee
———————————————
Submission information
———————————————
Authors’ guidelines: http://icrc.ieee.org/authors-guidelines
Paper submission link: icrc19.labs.hpe.com/icrc19
———————————————
Important dates
———————————————
*Paper abstract submissions due: April 29, 2019 (11:00 pm EDT)
*Paper submissions due: May 6, 2019 (11:00 pm EDT)
*Author notification of acceptance: August 7, 2019
*Final copies of papers due: September 6, 2019
---Apologies if you receive multiple copies of this CFP---
Bench'19 (2019 International Symposium on Benchmarking, Measuring and Optimizing) Call for Papers
Web: http://www.benchcouncil.org/Bench19/index.html
November 14-16, 2019, Denver, Colorado, USA
Introduction
Benchmarking, measuring, and optimizing are fundamental activities in human being’s lives. Starting as nine BPOE Workshop series and SDBA Workshop in conjunction with ASPLOS, VLDB, and ICS, this symposium (Bench 19) is organized by International Open Benchmarking Council (BenchCouncil), and the main theme is benchmarking, measuring, and optimizing Big Data or AI in HPC, Datacenter, IoT, and Edge Computing.
Bench 19 provides a high-quality, single-track forum for presenting results and discussing ideas that further the knowledge and understanding of the benchmark community as a whole. Also, we will invite speakers from China, US, Europe and Japan on HPC AI topics. Bench 19 has three special events: HPC AI benchmark suite and first HPC AI benchmarking report, Big Data and AI challenges, and BenchCouncil awards.
Call for papers
We solicit papers describing original and previously unpublished research. Specific topics of interest include, but are not limited to the following.
**Benchmark, measurement, and optimization of:
**Benchmark specifications and open-source implementation reports of:
** Methodologies, abstractions, metrics, algorithms, and tools in benchmark, measurement, and optimization for:
** Benchmark-driven domain-specific co-design of:
** Testbed methodologies and systems of:
** Workload characterization of:
-Big Data
-AI
-HPC
-Machine learning in HPC
-Big scientific data
-Datacenter
-Cloud
-Warehouse-scale computing
-Mobile robotics
-Edge and fog computing
-IoT
Paper Submission:
Papers must be submitted in PDF. Short papers (no more than 4 pages in standard two-column IEEE conference format or 6 pages in LNCS format, not including references) are encouraged, and the authors can extend their short paper to 12 pages in LNCS format, not including references, in the final publication. If a full paper is submitted, the page limit is 8 pages in standard two-column IEEE conference format or 12 pages in LNCS format, not including references. The submissions will be judged based on the merit of the ideas rather than the length. After the conference, revised papers will be published by Springer (Pending).
Submission site:
https://easychair.org/conferences/?conf=bench19
Improtant Dates
Registration of abstract June 15, 2019
Paper Submission June 30, 2019
Acceptance Notification Aug 20, 2019
Organization
General Chairs
Dan Stanzione (Texas Advanced Computing Center, The University of Texas at Austin)
Xiaoyi Lu (The Ohio State University)
TPC Chairs
Jianfeng Zhan (ICT, Chinese Academy of Sciences, and University of Chinese Academy of Sciences)
Publications Chair
Chen Zheng (Institute of Computing Technology, CAS)
Award Committees
D. K. Panda (The Ohio State University)
Jianfeng Zhan (ICT, Chinese Academy of Sciences, and University of Chinese Academy of Sciences)
BenchCouncil Achievement Award
This award recognizes a senior member who has made long-term contributions to benchmarking, measuring, and optimizing. The winner is eligible for BenchCouncil Fellow.
BenchCouncil System Award
This award recognizes a group of scientists and engineers who has made significant contributions to the design, implementation of a state-of-the-art or state-of-the-practice system.
BenchCouncil Contribution Award Chair
This award recognizes a senior member who has made long-term contributions to the benchmarking, measuring, and optimizing community.
BenchCouncil best paper award Chair
This award recognizes a paper presented at the Bench conferences, which demonstrates potential impact on research and practice in benchmarking, measuring, and optimizing.
Publicity Chairs
Zhen Jia (Princeton University)
Wanling Gao (Institute of Computing Technology, CAS)
Web Chair
Jiahui Dai (Beijing Academy of Frontier Sciences and Technology)
EUSIPCO 2019 SATELLITE WORKSHOP ON SIGNAL PROCESSING, COMPUTER VISION AND
DEEP LEARNING FOR AUTONOMOUS SYSTEMS
A CORUNA, SPAIN, SEPTEMBER 6th 2019
CALL FOR PAPERS
WORKSHOP SUMMARY
During the last years we are witnessing a constantly increasing use
and interest for Autonomous Systems (AS) such as UAVs, humanoid robots,
cars, marine and underwater vessels, etc. This is due to their numerous
applications in transport, surveillance, mapping, manufacturing, healthcare,
agriculture, infrastructure inspection, cinematography etc. Successful
deployment of autonomous systems involves tackling a number of interesting
and challenging topics such as AS localization, planning, action and
mapping, analysis of visual data coming from AS sensors for human centric or
environment active perception and cognition, privacy protection technologies
in AS data, 3D data (e.g. LIDAR) processing and analysis, communication
issues for AS, sensor fusion, multimodal interfaces etc. These tasks can be
addressed by using several methodologies from the areas of
signal/image/video processing and analysis, computer vision and machine
learning (including deep learning) provided that they respect several
constraints and limitations inherent to AS, such as real-time operation,
limited available computing resources on board the AS, need for robustness
in real-life scenarios etc. The aim of this workshop is to bring together
researchers, engineers and computer scientists working in the areas of
signal/image/video processing and analysis, computer vision, and machine
learning for AS to present and discuss recent developments and trends in
this exciting area. The workshop will consist of 2-3 invited talks by
prominent researchers and oral presentations featuring research papers. The
workshop is technically sponsored by the H2020 Project MULTIDRONE
(www.multidrone.eu).
PAPER TOPICS
Papers describing novel work are solicited in the following areas
(non-exhaustive list):
* Signal/image/video processing and analysis for autonomous systems
* Machine learning for autonomous systems
* Deep learning for autonomous systems
* Computer vision for autonomous systems
* Human centric active perception and cognition for autonomous systems
(person/face/body part detection/recognition and pose estimation,
person/face/body part tracking, human activity recognition, social signal
-facial expressions, gestures etc- analysis and recognition, speech and
biosignals analysis and recognition)
* Environment active perception and cognition for autonomous systems (object
detection/recognition and semantic scene segmentation and understanding,
2D/3D object tracking, 3D scene reconstruction, sensor information fusion)
* Autonomous systems localization, planning, navigation, action and control
* Embedded computing approaches for processing (computer vision, deep
learning, etc) on autonomous systems
* Intelligent cinematography using drones and other autonomous systems
* Signal processing, computer vision and deep learning for autonomous
systems safety (obstacle detection and avoidance, drone landing site
detection, crowd and pedestrian detection and localization, road sign/lane
detection/recognition etc)
* Privacy protection and compliance to ethics regulations
* Robust and secure mobile communications for autonomous systems
* Signal enhancement, compression and transmission for autonomous systems
IMPORTANT DATES
* Full Paper Submission: April 30, 2019
* Notification of Paper Acceptance: May 24, 2019
* Camera Ready Papers: June 7, 2019
* Workshop: September 6, 2019
SUBMISSION AND REVIEW PROCEDURE
Prospective authors shall submit their papers using EDAS
(https://edas.info/newPaper.php?c=24822 ). Papers should adhere to the main
conference guidelines to be considered and, eventually, be published in the
proceedings. For more details please visit
http://eusipco2019.org/paper-submission/ . All papers will go through a peer
review process. Workshop proceedings will be handled by EURASIP and will be
publicly available through the repository of EURASIP.
WORKSHOP ORGANIZERS
* Nikos Nikolaidis, Aristotle University of Thessaloniki, Greece,
nnik(a)csd.auth.gr
* Anastasios Tefas, Aristotle University of Thessaloniki, Greece,
tefas(a)csd.auth.gr
WORKSHOP TECHNICAL PROGRAM COMMITTEE
* Anibal Ollero, University of Seville, Spain
* Ioannis Pitas, Aristotle University of Thessaloniki, Greece
* David Bull, University of Bristol, UK
* Alberto Messina, RAI, Italy
* Joao Costeira, IST, Portugal
* Jesus Capitan, University of Seville, Spain
* Rita Cunha, IST, Portugal
INFORMATION
* EUSIPCO 2019 website: http://eusipco2019.org/
* Workshop information:
http://eusipco2019.org/programme/satellite-workshops/
* For additional information regarding the workshop please contact one of
the workshop organizers Nikos Nikolaidis (nnik(a)csd.auth.gr) and Anastasios
Tefas, (tefas(a)csd.auth.gr)
================================================================================
*** Apologies for multiple copies ***
C a l l F o r P a p e r s
Twenty-fourth European Symposium on Research in Computer Security (ESORICS
2019)
Luxembourg -- September 23-27, 2019
WWW: https://esorics2019.uni.lu
================================================================================
Overview
---------
ESORICS is the annual European research event in Computer Security. The
Symposium started in 1990 and has been held in several European countries,
attracting a wide international audience from both the academic and
industrial communities. Papers offering novel research contributions in
computer security are solicited for submission to the 2019 Symposium, to be
held in Luxembourg. The primary focus is on original, high quality,
unpublished research and implementation experiences. We encourage
submissions of papers discussing industrial research and development.
Important Dates
----------------
* Title and Abstract deadline: April 22, 2019 (11:59 p.m. American Samoa
time, UTC-11)
* Paper submission deadline: April 29, 2019 (11:59 p.m. American Samoa
time, UTC-11)
* Notification to authors: June 21, 2019
* Camera ready due: July 9, 2019
Topics of Interest
-------------------
Topics of interest include, but are not limited to:
* access control
* accountability
* ad hoc networks
* anonymity
* applied cryptography
* authentication
* biometrics
* blockchain and finance security
* data and computation integrity
* database security
* data protection
* deep learning for attack and defense
* digital content protection
* digital forensics
* distributed systems security
* embedded systems security
* inference control
* information hiding
* identity management
* information flow control
* information security governance and management
* intrusion detection
* formal security methods
* language-based security
* network security
* phishing and spam prevention
* privacy
* privacy preserving data mining
* risk analysis and management
* secure electronic voting
* security architectures
* security economics
* security metrics
* security models
* security and privacy for big data
* security and privacy in cloud scenarios
* security and privacy in complex systems
* security and privacy in content centric networking
* security and privacy in crowdsourcing
* security and privacy in the IoT
* security and privacy in location services
* security and privacy for mobile code
* security and privacy in pervasive / ubiquitous computing
* security and privacy policies
* security and privacy in social networks
* security and privacy in web services
* security and privacy in cyber-physical systems
* security, privacy and resilience in critical infrastructures
* security verification
* software security
* systems security
* trust models and management
* trustworthy user devices
* usable security and privacy
* web security
* wireless security
Paper Submission Guidelines
----------------------------
Submissions must be made through EasyChair at:
https://easychair.org/conferences/?conf=esorics19
Submitted papers must not substantially overlap with papers that have been
published or that are simultaneously submitted to a journal or a
conference/workshop with proceedings. The symposium proceedings will be
published by Springer in the Lecture Notes in Computer Science series
(LNCS).
All submissions should follow the LNCS template ( available from
http://www.springer.de/comp/lncs/authors.html ) from the time they are
submitted. Submitted papers should be at most 16 pages (using 10-point
font), excluding the bibliography and well-marked appendices, and at most
20 pages total. Committee members are not required to read the appendices,
so the paper should be intelligible without them. All submissions must be
written in English.
Submissions are to be made to the submission web site. Only pdf files will
be accepted. Submissions not meeting these guidelines risk rejection
without consideration of their merits. Authors of accepted papers must
agree with Springer LNCS copyright and guarantee that their papers will be
presented at the conference.
Papers must be received by the aforementioned dates, 11:59 p.m. American
Samoa time (UTC-11).
Organisation Committee
-----------------------
General Chair:
* Peter Y A Ryan, University of Luxembourg, Luxembourg
Organization Chair:
* Peter B Roenne, University of Luxembourg, Luxembourg
Workshop Chair:
* Joaquin Garcia-Alfaro,Telecom SudParis, France
Program Committee Chairs:
* Kazue Sako, NEC Japan
* Steve Schneider, University of Surrey, UK
Program Committee:
Cristina Alcaraz, University of Malaga, Spain
Elli Androulaki, IBM, Switzerland
Frederik Armknecht, University of Mannheim, Germany
Vijay Atluri, Rutgers University, USA
Marina Blanton, University of Notre Dame, USA
Carlo Blundo, Universita` degli Studi di Salerno, Italy
Christian Cachin, University of Bern, Switzerland
Alvaro Cardenas, University of Texas at Dallas, USA
Aldar Chan, University of Hong Kong, HK
Yan Chen, Northwestern University, USA
Sherman S. M. Chow, Chinese University of Hong Kong, HK
Mauro Conti, University of Padua, Italy
Jorge Cuellar, Siemens A.G., Germany
Frederic Cuppens, TELECOM Bretagne, France
Nora Cuppens-Boulahia, TELECOM Bretagne, France
Marc Dacier, EURECOM, France
Sabrina De Capitani di Vimercati, Università degli studi di Milano, Italy
Hervé Debar, Télécom SudParis, France
Stéphanie Delaune, IRISA, France
Roberto Di Pietro, Hamad Bin Khalifa University (HBKU), Qatar
Josep Domingo-Ferrer, University Rovira-Virgili, Spain
Haixin Duan, Tsinghua University, China
Francois Dupressoir, University of Surrey, UK
Jose Fernandez, Polytechnique Montreal, Canada
Jose-Luis Ferrer-Gomila, UIB, Spain
Simone Fischer-Hübner, Karlstad University, Sweden
Simon Foley, IMT Atlantique, France
Sara Foresti, Università degli studi di Milano, Italy
David Galindo, University of Birmingham, UK
Debin Gao, SMU, Singapore
Dieter Gollmann, Hamburg University of Technology, Germany
Stefanos Gritzalis, University of the Aegean, Greece
Guofei Gu, Texas A&M University, USA
Juan Hernandez, UPC, Spain
Xinyi Huang, Fujian Normal University, China
Ghassan Karame, NEC Labs Europe, Germany
Vasilios Katos, Bournemouth University, UK
Sokratis Katsikas, NTNU, Norway
Stefan Katzenbeisser TU Darmstadt, Germany
Steve Kremer, INRIA Nancy-Grand Est, France
Marina Krotofil, FireEye, USA
Costas Lambrinoudakis, University of Piraeus, Greece
Yingjiu Li, SMU, Singapore
Kaitai Liang, University of Surrey, UK
Hoon Wei Lim, SingTel, Singapore
Joseph Liu, Monash University, Australia
Peng Liu, Pennsylvania State University, USA
Xiapu Luo, Hong Kong Polytechnic University, HK
Konstantinos Markantonakis, RHUL, UK
Fabio Martinelli, IIT-CNR, Italy
Ivan Martinovic, University of Oxford, UK
Sjouke Mauw, University of Luxembourg, Luxembourg
Catherine Meadows, Naval Research Laboratory, USA
Weizhi Meng, DTU, Denmark
Chris Mitchell, RHUL, UK
John C. Mitchell, Stanford University, USA
Tatsuya Mori, Waseda University, Japan
Haris Mouratidis, University of Brighton, UK
David Naccache, Ecole Normale Suprieure, France
Satoshi Obana, Hosei University, Japan
Martin Ochoa, SUTD, Singapore
Rolf Oppliger, eSECURITY Technologies, Switzerland
Andrew Paverd, Microsoft Research Cambridge, UK
Olivier Pereira, UCL, Belgium
Günther Pernul, Universität Regensburg, Germany
Christina Popper, New York University, US
Joachim Posegga, University of Passau, Germany
Bart Preneel, Katholieke Universiteit Leuven, Belgium
Indrajiti Ray, Colorado State University, USA
Giovanni Russello, University of Auckland, New Zealand
Mark Ryan, University of Birmingham, UK
Rei Safavi-Naini, University of Calgary, Canada
Kazue Sako, NEC, Japan
Pierangela Samarati, Universitá degli studi di Milano, Italy
Damien Sauveron, XLIM, France
Steve Schneider, University of Surrey, UK
Einar Snekkenes, Gjovik University College, Norway
Pawel Szalachowski, SUTD, Singapore
Willy Susilo, University of Wollongong, Australia
Qiang Tang, LIST, Luxembourg
Juan Tapiador, Universidad Carlos III de Madrid, Spain
Nils Ole Tippenhauer, SUTD, Singapore
Helen Treharne, University of Surrey, UK
Aggeliki Tsohou, Ionian University, Greece
Jaideep Vaidya, Rutgers University, USA
Luca Viganò, King’s College London, UK
Michael Waidner, Fraunhofer SIT, Germany
Cong Wang, City University of Hong Kong, HK
Lingyu Wang, Concordia University, Canada
Edgar Weippl, SBA Research, Austria
Christos Xenakis, University of Piraeus, Greece
Zhe Xia, Wuhan University of Technology, China
Kehuan Zhang, Chinese University of Hong Kong, HK
Sencun Zhu, Pennsylvania State University, USA
The Ph.D. Forum at SMARTCOMP 2019 provides an opportunity for Ph.D. students to present their work in progress to the scientific community and obtain individual feedback from leading researchers in the field.
This forum is intended to provide doctoral students with a platform to interact with established researchers from both academia and industry and get useful guidance on the broader impacts of their research.
The Forum will be structured as a poster presentation session by the students, followed by collective discussions.
The student presentations will be interleaved with speeches by leading researchers, who will provide their own perspectives on current and future research in the field, as well as on how to best pursue a Ph.D. in this context.
Current Ph.D. students at any stage of their career are encouraged to submit a 2-page extended abstract about their research to be considered for the Ph.D. Forum.
The student should be the sole author, although contributions of the advisor and others should be acknowledged.
Submissions will be reviewed by the Ph.D. Forum committee to ensure quality, relevance, and potential benefit from attendance to the Forum.
There will be no separate registration fee for the Forum. Participating students will only need to register to the main SMARTCOMP conference.
Authors of accepted submissions are expected to participate in person to the Forum.
Conference website: http://www.smart-comp.org <http://www.smart-comp.org/>
Conference dates: June 12th-14th, 2019
Call for presentations at the Ph.D. forum: http://www.smart-comp.org/call-for-phd-forum.html <http://www.smart-comp.org/call-for-phd-forum.html>
Ph.D. forum submission deadline: April 20th, 2019