X

پست های ویژه دانشیار

دانلود پایان نامه مهندسی کامپیوتر pdf

در این صفحه دو پایان نامه در رشته مهندسی کامپیوتر قرار داده شده است. فایل PDF این پایان نامه ها را می توانید از قسمت "فایل ها برای دانلود" در پایین همین صفحه دریافت نمایید.

عنوان فارسی:
به سوی مهندسی سیستم های بینایی کامپیوتری: از وب تا FPGA

عنوان انگلیسی:

Towards Engineering Computer Vision Systems: From the Web to FPGAs

Abstract

Computer vision is an interdisciplinary field to obtain high-level understanding from digital images. It has many applications that impact our daily lives, such as automation, entertainment, healthcare, etc. However, computer vision is very challenging. This is in part due to the intrinsically difficult nature of the problem and partly due to the complexity and size of visual data that need to be processed. To be able to deploy computer vision in many practical use cases, sophisticated algorithms and efficient implementations are required.

In this thesis, we consider two platforms that are suitable for computer vision processing, yet they were not easily accessible to algorithm designers and developers: the Web and FPGA-based accelerators. Through the development of open-source software components, we highlight challenges associated with vision development on each platform and demonstrate opportunities to mitigate them.

The Web is the world's most ubiquitous computing platform which hosts a plethora of visual content. Due to historical reasons such as insufficient compute performance and lack of API support for acquiring and manipulating images, computer vision is not mainstream on the Web. We show that in light of recent web developments such as vastly improved JavaScript performance and the addition of APIs such as WebRTC, efficient computer vision processing can be realized on web clients. Through novel engineering techniques, we translate a popular open-source computer vision library (OpenCV) from C++ to JavaScript and optimize its performance for the web environment. We demonstrate that hundreds of computer vision functions run in browsers with performance close to their original C++ version. We believe this will result in an immersive and perceptual web with transformational effects, including in online shopping, education, and entertainment, among others.

Field Programmable Gate Arrays (FPGA)s are a promising solution to mitigate the computational cost of vision algorithms through hardware pipelining and parallelism. However, an efficient FPGA implementation of computer vision algorithms requires hardware design expertise and a considerable amount of engineering person-hours. We show that graph-based specifications, such as OpenVX can significantly improve FPGA design productivity. Since such abstraction lacks implementation details, a vision algorithm designer can only focus on the algorithm itself and rely on another party with hardware knowledge to implement the design efficiently on a specific platform. During this process, different implementation configurations that satisfy various design constraints, such as performance and power consumption, can be explored. Furthermore, the graph-based model permits system-level optimizations that are not possible with traditional function-level acceleration. Towards this goal, we develop a framework that optimizes and implements vision algorithms that are described in OpenVX spec on different FPGA architectures. This framework hides low-level hardware optimization and implementation details from computer vision algorithm designers and enables them to quickly develop and verify FPGA implementations of vision algorithms without sacrificing performance.

 

عنوان فارسی:
بررسی طراحی درون زبانی در سیستم عامل ها

عنوان انگلیسی:


Exploring Intralingual Design in Operating Systems

Abstract

Safe languages have been used to avoid memory safety violations in Operating Systems (OS). Software isolation techniques have been presented as a way to eschew the high cost of hardware isolation. Single Address Space/ Single Privilege Level (SAS/SPL) OSes use type and memory-safe languages to avoid system calls and changing address spaces. This thesis extends the use of safe languages in OSes to provide benefits beyond memory safety and avoiding the overhead of hardware isolation. We demonstrate that intralingual OS design, using language-level mechanisms to ensure OS correctness, allows us to build systems that can provide isolation without specialized hardware. Intralingual system design also allows us to transfer responsibilities that were previously the OS developer's to the compiler, such as memory and power management. We use Rust, a safe systems programming language with a runtime similar to C, to apply intralingual design to 4 areas: the heap, Inter-Task Communication (ITC), networking, and power management. We present a SAS heap shared by multiple processes that can decrease fragmentation by up to 30% over per-task heaps. We implement a shared-memory ITC channel that is 20% faster than the fastpath IPC of a leading microkernel. We use type safety and Rust’s ownership feature to safely share a Network Interface Card’s (NIC) resources among applications while ensuring direct access to hardware. Lastly, we demonstrate that a whole class of power management bugs can be eliminated when shifting reference counting to the compiler.

 

Print
769 رتبه بندی این مطلب:
بدون رتبه

فایل ها برای دانلود

نظرات بسته شده است.

با تکمیل فرم زیر می توانید درخواست خود را به دانشیار ارسال نمایید. درخواست خود را به صورت کامل بنویسید. همچنین می توانید از طریق تلگرام و واتساپ با دانشیار در ارتباط باشید.

اطلاعات تماس شما

بازخورد شما

درباره دانشیار

سال 1388را می توان آغاز فعالیت گروه دانشیار در زمینه تحقیق و پژوهش دانست. ایجاد تغییر و شرایطی بهتر، قرار دادن پژوهشگران برمسیری آسان تر، آموزش، راهنمایی و مشاوره و حذف محدودیت‌ها، تحریم ها و هر آنچه مانعی جهت رشد علم ایجاد می کند، اهداف، آرمان و دلیلی است که باعث راه اندازی دانشیار شد. در دانشیار مشاور و راهنما هستیم و سعی داریم اطلاعات ارزشمندی را منتشر سازیم. اطلاعاتی که باعث تسریع پروسه تحقیق و پژوهش شود. خدمات تخصصی بسیاری در دانشیار ارائه می گردد. این خدمات به صورت ویژه به محققین، پژوهشگران و اعضای هیات علمی ارائه می شود.   ادامه مطلب

دی ان ان