Visual slam for automated driving: Exploring the applications of deep learning

S Milz, G Arbeiter, C Witt, B Abdallah… - Proceedings of the …, 2018 - openaccess.thecvf.com
Deep learning has become the standard model for object detection and recognition.
Recently, there is progress on using CNN models for geometric vision tasks like depth …

GC assertions: Using the garbage collector to check heap properties

EE Aftandilian, SZ Guyer - Proceedings of the 30th ACM SIGPLAN …, 2009 - dl.acm.org
This paper introduces GC assertions, a system interface that programmers can use to check
for errors, such as data structure invariant violations, and to diagnose performance …

Region analysis for race detection

H Seidl, V Vojdani - International Static Analysis Symposium, 2009 - Springer
Automatic race detection of C programs requires fast, yet sufficiently precise analysis of
dynamic memory. Therefore, we present a region-based pointer analysis which seeks to …

Adapting a Functional Language Compiler for Use in Real-Time Systems

JC Murphy - 2022 - search.proquest.com
There is a strong industry trend to transition manual activities, such as driving, medical
monitoring, infrastructure monitoring and management, etc, to real-time automated …

Efficient reuse of local regions in memory-limited mobile devices

S Kim, T Kim, EG Im, H Han - IEEE Transactions on Consumer …, 2010 - ieeexplore.ieee.org
Many researches aim to improve memory management for performance, efficiency, ease of
use, and safety. Region-based memory management, a newly investigated technique for …

Variant region types

F Craciun, WN Chin, S Qin - 2018 23rd International …, 2018 - ieeexplore.ieee.org
Region-based memory management has been shown to be an effective alternative that can
co-exist with garbage collectors in memory managed languages especially for Real-Time …

Exploiting Virtual Machine Infrastructure To Implement Low-Overhead Error Checking Tools

EE Aftandilian - 2012 - search.proquest.com
Program-specific bugs are a growing problem with modern software. General bugs—
language-level bugs that would be errors in any program, such as memory leaks and buffer …

[PDF][PDF] VESAL VOJDANI

DMU TARTUENSIS - in.tum.de
ABSTRACT A particularly elusive flaw in shared-memory concurrent systems is the data
race, a situation where multiple threads may simultaneously access the same memory …

[PDF][PDF] GC Assertions: Using the Garbage Collector to Check Heap Properties

EEASZ Guyer - 2009 - cs.tufts.edu
This paper introduces GC assertions, a system interface that programmers can use to check
for errors, such as data structure invariant violations, and to diagnose performance …

[การอ้างอิง][C] Strengthening the TCB's security

X Wang