نتایج جستجو برای: aggregation layers

تعداد نتایج: 167761  

Journal: :International Journal of Computer Vision 2021

We propose a novel CNN architecture called ACTNET for robust instance image retrieval from large-scale datasets. Our key innovation is learnable activation layer designed to improve the signal-to-noise ratio of deep convolutional feature maps. Further, we introduce controlled multi-stream aggregation, where complementary features different layers are optimally transformed and balanced using our...

2013
Anwar Saif Mohamed Othman

IEEE 802.11n standard is introduced to enhance the throughput to more than 100Mbps at the MAC service access point. This high throughput is achieved through several enhancements at the physical and MAC layers. Frame aggregation is a key enhancement at the MAC later in which multiple frames are concatenated and then sent in one channel access. In error free channels the 802.11n MAC service data ...

Journal: :ACS applied materials & interfaces 2015
Ho-Jin Son Chul Hoon Kim Dong Wook Kim Nak Cheon Jeong Chaiya Prasittichai Langli Luo Jinsong Wu Omar K Farha Michael R Wasielewski Joseph T Hupp

Dye aggregation and concomitant reduction of dye excited-state lifetimes and electron-injection yields constitute a significant mechanism for diminution of light-to-electrical energy conversion efficiencies in many dye-sensitized solar cells (DSCs). For TiO2-based DSCs prepared with an archetypal donor-acceptor organic dye, (E)-2-cyano-3-(5'-(5''-(p-(diphenylamino)phenyl)-thiophen-2''-yl)thioph...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2011
Krishanu Saha Ying Mei Colin M Reisterer Neena Kenton Pyzocha Jing Yang Julien Muffat Martyn C Davies Morgan R Alexander Robert Langer Daniel G Anderson Rudolf Jaenisch

The current gold standard for the culture of human pluripotent stem cells requires the use of a feeder layer of cells. Here, we develop a spatially defined culture system based on UV/ozone radiation modification of typical cell culture plastics to define a favorable surface environment for human pluripotent stem cell culture. Chemical and geometrical optimization of the surfaces enables control...

Journal: :Journal of biomedical optics 2009
Oguz K Baskurt Mehmet Uyuklu Max R Hardeman Herbert J Meiselman

Red blood cell (RBC) aggregation is the reversible and regular clumping in the presence of certain macromolecules. This is a clinically important phenomenon, being significantly enhanced in the presence of acute phase reactants (e.g., fibrinogen). Both light reflection (LR) and light transmission (LT) from or through thin layers of RBC suspensions during the process of aggregation are accepted ...

Journal: :CoRR 2014
Toni Valles-Catala Francesco Alessandro Massucci Roger Guimerà Marta Sales-Pardo

In complex systems, the network of interactions we observe between system’s components is the aggregate of the interactions that occur through different mechanisms or layers. Recent studies reveal that the existence of multiple interaction layers can have a dramatic impact in the dynamical processes occurring on these systems. However, these studies assume that the interactions between systems ...

Journal: :IJDSN 2011
Tamás Holczer Levente Buttyán

In mission critical cyber-physical systems, dependability is an important requirement at all layers of the system architecture. In this paper, we propose protocols that increase the dependability of wireless sensor networks, which are potentially useful building blocks in cyberphysical systems. More specifically, we propose two private aggregator node election protocols, a private data aggregat...

2002
Jérôme Viéron Thierry Turletti Xavier Henocq Christine Guillemot Kavé Salamatian

This paper addresses the problem of rate and congestion control for video transmission in large multicast groups. A classification of the receivers is performed according to a predefined similarity measure (e.g. packet loss rate observed or TCP-friendly bandwidth share). The RTCP receiver reports are then filtered accordingly. The classification of receivers done by feedback aggregation agents ...

ژورنال: سلامت و محیط زیست 2020

Background and Objective: One of the major challenges facing landfill operation is the pollution caused by leachate infiltration beneath the landfill site. Comprehensive leachate management requires knowledge of production rate and factors affecting it Therefore, in this study, HELP software was used to calculate leachate quantity and analyze input data. Materials and Methods: After designing ...

2017
Christian A Söldner Heinrich Sticht Anselm H C Horn

A key player in Alzheimer's disease is the peptide amyloid-beta (Aβ), whose aggregation into small soluble oligomers, protofilaments, and fibrils finally leads to plaque deposits in human brains. The aggregation behavior of Aβ is strongly modulated by the nature and composition of the peptide's environment and by its primary sequence properties. The N-terminal residues of Aβ play an important r...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->